]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/opencrypto
Remove _SOLARIS_C_SOURCE now that it doesn't do anything in FreeBSD
[FreeBSD/FreeBSD.git] / sys / opencrypto /
2006-09-01 Robert WatsonThis commit was generated by cvs2svn to compensate...
2006-08-31 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2006-08-31 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2006-08-28 Warner LoshThis commit was generated by cvs2svn to compensate...
2006-08-26 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2006-08-26 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2006-08-26 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2006-08-26 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2006-08-26 Robert WatsonThis commit was generated by cvs2svn to compensate...
2006-08-24 Marcel MoolenaarThis commit was generated by cvs2svn to compensate...
2006-08-23 Marcel MoolenaarThis commit was generated by cvs2svn to compensate...
2006-08-20 Xin LIThis commit was generated by cvs2svn to compensate...
2006-08-17 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2006-08-16 Guido van RooijThis commit was generated by cvs2svn to compensate...
2006-07-29 Simon L. B. NielsenThis commit was generated by cvs2svn to compensate...
2006-07-07 Marcel MoolenaarThis commit was generated by cvs2svn to compensate...
2006-06-27 Robert WatsonThis commit was generated by cvs2svn to compensate...
2006-06-26 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2006-06-21 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2006-06-19 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2006-06-14 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2006-06-08 Marius StroblThis commit was generated by cvs2svn to compensate...
2006-06-06 Pawel Jakub DawidekWhen DIAGNOSTIC is defined, verify if we don't free...
2006-06-05 Sam LefflerThis commit was generated by cvs2svn to compensate...
2006-06-05 Robert WatsonThis commit was generated by cvs2svn to compensate...
2006-06-04 Pawel Jakub DawidekUse newly added functions to simplify the code.
2006-06-04 Pawel Jakub Dawidek- Replace COPYDATA() and COPYBACK() macros with crypto_...
2006-06-04 Pawel Jakub DawidekPrefer hardware crypto over software crypto.
2006-06-04 Pawel Jakub DawidekUse newly added defines instead of magic values.
2006-06-04 Pawel Jakub DawidekMove COPYDATA() and COPYBACK() macros to cryptodev...
2006-06-04 Pawel Jakub Dawidek- Remove HMAC_BLOCK_LEN, it serves no purpose.
2006-06-04 Pawel Jakub Dawidek- Use define of an algorithm with the biggest block...
2006-06-04 Pawel Jakub DawidekRename HMAC_BLOCK_MAXLEN to HMAC_MAX_BLOCK_LEN to be...
2006-06-04 Pawel Jakub DawidekRename AALG_MAX_RESULT_LEN to HASH_MAX_LEN to look...
2006-06-04 Pawel Jakub Dawidek- Add defines with hash length for each hash algorithm.
2006-06-04 Pawel Jakub DawidekKill an unused argument.
2006-05-30 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2006-05-22 Pawel Jakub DawidekRemove (now unused) crp_mac field.
2006-05-22 Pawel Jakub DawidekFix usage of HMAC algorithms via /dev/crypto.
2006-05-22 Pawel Jakub DawidekImprove the code responsible for waking up the crypto_p...
2006-05-22 Pawel Jakub DawidekDon't wakeup the crypto_ret_proc thread if it is runnin...
2006-05-22 Pawel Jakub DawidekDon't set cc_kqblocked twice and don't increment crypto...
2006-05-22 Pawel Jakub DawidekDocument how we synchronize access to the fields in...
2006-05-22 Pawel Jakub DawidekWe must synchronize access to cc_qblocked, because...
2006-05-21 Xin LIThis commit was generated by cvs2svn to compensate...
2006-05-21 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2006-05-18 Pawel Jakub DawidekSilent Coverity Prevent report by asserting that cap...
2006-05-17 Pawel Jakub Dawidek- Fix a very old bug in HMAC/SHA{384,512}. When HMAC...
2006-05-17 Pawel Jakub Dawidek- Make opencrypto more SMP friendly by dropping the...
2006-05-17 Pawel Jakub DawidekRemove cri_rnd. It is not used.
2006-05-17 Pawel Jakub DawidekIf kern.cryptodevallowsoft is TRUE allow also for symme...
2006-05-17 Pawel Jakub DawidekForgot about adding cuio_apply() here.
2006-05-17 Pawel Jakub Dawidek- Implement cuio_apply(), an equivalent to m_apply(9).
2006-05-11 Garrett WollmanThis commit was generated by cvs2svn to compensate...
2006-04-11 Pawel Jakub DawidekBe sure to wakeup the crypto thread when new request...
2006-04-10 Pawel Jakub Dawidek- Simplify the code by using arc4rand(9) instead of...
2006-03-28 Pawel Jakub DawidekFix memory leak which occurs when crypto.ko module...
2006-03-27 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2006-03-27 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2006-03-27 Sam LefflerThis commit was generated by cvs2svn to compensate...
2006-03-23 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2006-03-22 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2006-03-22 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2006-03-21 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2006-03-17 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2006-03-14 Maxime HenrionThis commit was generated by cvs2svn to compensate...
2006-03-13 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2006-03-07 Sam LefflerThis commit was generated by cvs2svn to compensate...
2006-03-07 Sam LefflerThis commit was generated by cvs2svn to compensate...
2006-03-04 Robert WatsonThis commit was generated by cvs2svn to compensate...
2006-03-04 Wojciech A. Koszekcrypto.ko depends on zlib.
2006-03-03 Maxime HenrionThis commit was generated by cvs2svn to compensate...
2006-03-03 Maxime HenrionThis commit was generated by cvs2svn to compensate...
2006-02-27 Wojciech A. KoszekThis patch fixes a problem, which exists if you have...
2006-02-27 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2006-02-19 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2006-02-13 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2006-02-11 Robert WatsonThis commit was generated by cvs2svn to compensate...
2006-02-10 Sam LefflerThis commit was generated by cvs2svn to compensate...
2006-02-10 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2006-02-07 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2006-02-07 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2006-02-06 Robert WatsonThis commit was generated by cvs2svn to compensate...
2006-02-04 Robert WatsonThis commit was generated by cvs2svn to compensate...
2006-01-31 Robert WatsonThis commit was generated by cvs2svn to compensate...
2006-01-31 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2006-01-16 Sam LefflerThis commit was generated by cvs2svn to compensate...
2006-01-12 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2006-01-10 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2006-01-10 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2006-01-10 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2006-01-10 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2006-01-04 Doug BartonThis commit was generated by cvs2svn to compensate...
2005-12-30 Guido van RooijThis commit was generated by cvs2svn to compensate...
2005-12-30 Guido van RooijThis commit was generated by cvs2svn to compensate...
2005-12-29 Doug BartonThis commit was generated by cvs2svn to compensate...
2005-12-27 Garrett WollmanThis commit was generated by cvs2svn to compensate...
2005-12-22 Garrett WollmanThis commit was generated by cvs2svn to compensate...
2005-12-07 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2005-11-13 Sam LefflerThis commit was generated by cvs2svn to compensate...
next