summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | pull string for memcpy; ok hshoexer@martynas2009-08-071-1/+2
| | | |
* | | | resolve conflictsdjm2009-04-0627-69/+122
| | | |
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-04-0628-117/+14959
|\ \ \ \ | | |_|/ | |/| | branch.
| * | | import of OpenSSL 0.9.8kdjm2009-04-0647-153/+15042
| | | |
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-04-062-3/+3
|\ \ \ \ | | |_|/ | |/| | branch.
| * | | import of OpenSSL 0.9.8kdjm2009-04-0611-21/+26
| | | |
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-04-061-0/+327
|\ \ \ \ | | |_|/ | |/| | branch.
| * | | import of OpenSSL 0.9.8kdjm2009-04-062-14/+346
| | | |
* | | | convert a strdup (into a purpose-allocated buffer) in libcrypto to adjm2009-01-121-2/+3
| | | | | | | | | | | | | | | | memcpy to avoid linker deprecation warnings; pointed out by dkrause@
* | | | resolve conflictsdjm2009-01-09237-3007/+3588
| | | |
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-0924-59/+282
|\ \ \ \ | | |_|/ | |/| | branch.
| * | | import openssl-0.9.8jdjm2009-01-09240-2398/+2923
| | | |
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-0953-847/+4388
|\ \ \ \ | | |_|/ | |/| | branch.
| * | | import openssl-0.9.8jdjm2009-01-0993-1520/+6813
| | | |
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-0912-13/+1134
|\ \ \ \ | | |_|/ | |/| | branch.
| * | | import openssl-0.9.8jdjm2009-01-0916-48/+1198
| | | |
* | | | update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-0554-343/+1083
| | | |
* | | | fix some cause of bad TEXTREL on i386 and amd64otto2008-09-195-14/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - global function calls in .init sections (diff makes them via PLT) - calls to global functions in aes-586.S (made static or local) - global variable accesses in rc4-x86_64.S (now made via GOT) from djm@large; ok miod@
* | | | use one call to arc4random_buf() instead of lots of arc4random()djm2008-09-101-8/+2
| | | |
* | | | Fix merge botch.kettenis2008-09-071-3/+0
| | | | | | | | | | | | | | | | ok miod@
* | | | remove duplicate definition of OPENSSL_DSA_MAX_MODULUS_BITS spotteddjm2008-09-061-2/+0
| | | | | | | | | | | | | | | | by dtucker@
* | | | remerge local tweaks, update per-arch configuration headers, updatedjm2008-09-065-20/+25
| | | | | | | | | | | | | | | | Makefiles, crank shlib_version
* | | | resolve conflictsdjm2008-09-06491-9930/+23916
| | | |
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-06106-493/+35091
|\ \ \ \ | | |_|/ | |/| | branch.
| * | | import of OpenSSL 0.9.8hdjm2008-09-06502-9169/+54153
| | | |
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-0655-4963/+5673
|\ \ \ \ | | |_|/ | |/| | branch.
| * | | import of OpenSSL 0.9.8hdjm2008-09-06154-7501/+13044
| | | |
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-0647-0/+10938
|\ \ \ \ | | |_|/ | |/| | branch.
| * | | import of OpenSSL 0.9.8hdjm2008-09-0647-0/+10938
| | | |
* | | | 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.