summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix -Wall due to API changedjm2010-10-011-3/+3
* add missing; yay for cvs!djm2010-10-012-0/+205
* resolve conflicts, fix local changesdjm2010-10-01570-53852/+21771
* This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-01176-4487/+31752
|\
| * import OpenSSL-1.0.0adjm2010-10-01520-14675/+50508
| * This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'.cvs2svn2010-07-011-0/+992
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-0137-1256/+1542
|\ \
| * | import OpenSSL-1.0.0adjm2010-10-01105-6455/+7333
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-0133-239/+1505
|\ \ \
| * | | import OpenSSL-1.0.0adjm2010-10-0139-296/+1837
* | | | Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-011-27/+29
* | | | AES-NI engine support for OpenSSL.thib2010-07-019-3/+1592
* | | | VIA xcrypt for amd64, simpler version of a diff from deraadtjsg2010-06-291-6/+19
* | | | When running in pic mode we don't have enough general registers for alljsg2010-05-031-1/+1
* | | | cherrypick patch from OpenSSL 0.9.8m:djm2010-03-043-6/+9
* | | | add a fix from OpenSSL CVS for SA38200.jasper2010-01-311-10/+7
* | | | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).sobrado2009-10-311-2/+2
* | | | 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
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
* | | | resolve conflictsdjm2009-01-09237-3007/+3588
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-0924-59/+282
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
* | | | use one call to arc4random_buf() instead of lots of arc4random()djm2008-09-101-8/+2
* | | | Fix merge botch.kettenis2008-09-071-3/+0
* | | | remove duplicate definition of OPENSSL_DSA_MAX_MODULUS_BITS spotteddjm2008-09-061-2/+0
* | | | remerge local tweaks, update per-arch configuration headers, updatedjm2008-09-065-20/+25
* | | | resolve conflictsdjm2008-09-06491-9930/+23916
* | | | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-06106-493/+35091
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
* | | | Proper use of fseek/fseeko macros.tobias2007-09-101-1/+1
* | | | 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