summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'OPENBSD_4_4_BASE'.OPENBSD_4_4_BASEcvs2svn2008-07-28616-153931/+0
|
* fix memory leak (in one case of unaligned buffers); from Markus Kvetterderaadt2008-02-261-2/+3
| | | | ok markus
* Proper use of fseek/fseeko macros.tobias2007-09-101-1/+1
| | | | OK joris@, otto@
* http://openssl.org/news/patch-CVE-2007-3108.txt; ok pval, deraadtmarkus2007-08-211-13/+65
|
* Add proper checks against fgets failure. From Charles Longeau.ray2007-04-061-1/+2
| | | | OK moritz@, millert@, and jaredy@.
* remove some bogus *p tests from charles longeautedu2007-03-203-5/+5
| | | | ok deraadt millert
* openssl security fixes, diff from markus@, ok & "commit it" djm@pvalchev2006-10-0410-0/+81
| | | | http://www.openssl.org/news/secadv_20060928.txt for more
* fix RSA signature padding vulnerability in OpenSSL libcrypto CVE-2006-4339;djm2006-09-091-0/+17
| | | | ok beck@ miod@
* resolve conflictsdjm2006-06-27125-1718/+3398
|
* This commit was generated by cvs2git to track changes on a CVS vendordjm2006-06-277-15/+882
|\ | | | | branch.
| * import of openssl-0.9.7jdjm2006-06-27102-1565/+3480
| |
| * This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'.cvs2svn2005-05-101-0/+1541
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2006-06-2739-86/+649
|\ \ | | | | | | branch.
| * | import of openssl-0.9.7jdjm2006-06-2772-286/+1587
| | |
* | | potential fd leak (we will fix this before we move to cloning)deraadt2006-06-081-1/+3
| | |
* | | backport checks for degenerate Diffie-Hellman public exponents fromdjm2006-05-044-0/+36
| | | | | | | | | | | | | | | OpenSSL-0.9.8a, where they were added without a corresponding patch to 0.9.7 or an advisory! ok theo@ markus@
* | | make BN_is_prime() realise that 2 is, in fact, a prime number.djm2006-03-141-1/+3
| | | | | | | | | | | | from OpenSSL CVS; ok otto@ deraadt@
* | | no need to byteswap for AES_ASM, from tom@markus2005-05-231-1/+9
| | |
* | | import i386 AES asm code from openssl.org; ok and help with testing djm@markus2005-05-102-1/+1550
| | |
* | | increase EVP_MAX_MD_SIZE to something sane (big enough for SHA512)djm2005-04-291-1/+1
| | |
* | | resolve conflictsdjm2005-04-29199-765/+2880
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2005-04-2910-24/+3248
|\ \ \ | | |/ | |/| branch.
| * | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-29163-634/+5529
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2005-04-2951-12/+9978
|\ \ \ | | |/ | |/| branch.
| * | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-29100-309/+10950
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2005-04-291-0/+227
|\ \ \ | | | | | | | | branch.
| * | | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-291-0/+227
| | | |
| * | | import openssl-0.9.7dmarkus2004-04-0743-62/+75
| | | |
| * | | import 0.9.7cmarkus2003-11-113-8/+11
| | | |
| * | | import 0.9.7b (without idea and rc5)markus2003-05-1143-309/+227
| | | |
| * | | import openssl-0.9.7-stable-SNAP-20020911 (without idea)markus2002-09-125-17/+18
| | | |
| * | | import openssl-0.9.7-beta3markus2002-09-0544-1522/+3088
| | | |
| * | | import openssl-0.9.7-beta1markus2002-09-0542-1555/+4894
| | | |
| * | | This commit was manufactured by cvs2git to create branch 'OPENSSL'.cvs2svn2002-05-1518-0/+4265
| | | |
* | | | typomiod2005-04-251-2/+2
| | | |
* | | | fix lies about snprintfderaadt2005-04-231-2/+3
| | | |
* | | | enable openssl DSO (typo, it's -DDSO_DLFCN not -DSO_DLFCN); Douglas Santosmarkus2005-03-301-3/+3
| | | |
* | | | belive -> believemiod2005-03-292-2/+2
| | | |
* | | | adjust comment, open_dev_crypto() returns -1 on error.hshoexer2005-01-291-1/+1
| | | | | | | | | | | | | | | | ok markus@
* | | | on error set correct pointer to NULL.hshoexer2005-01-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | From phk@freebsd.org ok markus@
* | | | machdep.xcrypt now has a different meaning: Instead of > 0 indicatingderaadt2004-06-151-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | that AES is there, we now have 3 flag bits: C3_HAS_AES, C3_HAS_SHA (SHA1 & SHA256), and C3_HAS_MM (RSA). Change this code to only look at C3_HAS_AES for now.
* | | | update missing pieces from 0.9.7d; ok henningmarkus2004-04-253-11/+67
| | | | | | | | | | | | | | | | crank minor for API extensions
* | | | from openssl, 1.50.2.9, make S/MIME encrypt work again.markus2004-04-251-4/+9
| | | |
* | | | backout for nowmarkus2004-04-083-67/+11
| | | |
* | | | merge 0.9.7dmarkus2004-04-0879-503/+573
| | | |
* | | | This commit was generated by cvs2git to track changes on a CVS vendormarkus2004-04-072-0/+209
|\ \ \ \ | | |/ / | |/| | branch.
| * | | import openssl-0.9.7dmarkus2004-04-0714-49/+316
| | | |
* | | | This commit was generated by cvs2git to track changes on a CVS vendormarkus2004-04-074-3/+137
|\ \ \ \ | | |_|/ | |/| | branch.
| * | | import openssl-0.9.7dmarkus2004-04-0767-454/+687
| | | |
| * | | import 0.9.7cmarkus2003-11-1138-153/+397
| | | |