summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/asn1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cherrypick fix for CVE-2012-2110: libcrypto ASN.1 parsing heap overflowdjm2012-04-191-14/+40
| | | | ok miod@ deraadt@
* openssl-1.0.0e: resolve conflictsdjm2011-11-0310-21/+27
|
* import OpenSSL 1.0.0edjm2011-11-032-4/+1
|
* resolve conflicts, fix local changesdjm2010-10-0151-3368/+2245
|
* import OpenSSL-1.0.0adjm2010-10-014-296/+332
|
* resolve conflictsdjm2009-04-065-13/+40
|
* import of OpenSSL 0.9.8kdjm2009-04-065-0/+1393
|
* resolve conflictsdjm2009-01-0929-30/+40
|
* import openssl-0.9.8jdjm2009-01-092-226/+245
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-052-5/+8
|
* resolve conflictsdjm2008-09-0654-1188/+3086
|
* import of OpenSSL 0.9.8hdjm2008-09-068-871/+2409
|
* openssl security fixes, diff from markus@, ok & "commit it" djm@pvalchev2006-10-041-0/+2
| | | | http://www.openssl.org/news/secadv_20060928.txt for more
* resolve conflictsdjm2006-06-273-170/+234
|
* import of openssl-0.9.7jdjm2006-06-272-4/+7
|
* resolve conflictsdjm2005-04-2920-85/+187
|
* import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-292-1/+1154
|
* merge 0.9.7dmarkus2004-04-088-19/+19
|
* import openssl-0.9.7dmarkus2004-04-071-2/+7
|
* merge 0.9.7c; minor bugsfixes;markus2003-11-113-3/+6
| | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto]
* security fix from http://www.openssl.org/news/secadv_20030930.txtmarkus2003-09-302-1/+10
| | | | see also http://cvs.openssl.org/chngview?cn=11471
* Remove some double semicolons (hmm, do two semis equal a maxi?).millert2003-08-062-2/+2
| | | | I've skipped the GNU stuff for now. From Patrick Latifi.
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-1223-91/+132
|
* import 0.9.7b (without idea and rc5)markus2003-05-113-3/+9
|
* sprintf->snprintf. deraadt@ suggestions and okho2003-04-062-8/+10
|
* Trivial sprintf() -> snprintf() changes. ok deraadt@ho2003-04-054-11/+12
|
* Correct off-by-one error in previous commit. millert@ ok.ho2003-04-031-2/+3
|
* str{cat,cpy}/sprintf cleanup. markus@, deraadt@ okho2003-04-032-6/+8
|
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-143-111/+159
| | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
* import openssl-0.9.7-stable-SNAP-20020911 (without idea)markus2002-09-121-3/+3
|
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-107-307/+620
|
* merge with 0.9.7-beta1markus2002-09-051-2/+1
|
* execute bourne shell scripts with 'sh' and not with $SHELLmarkus2002-09-041-1/+1
|
* unused files, not part of OpenSSL 0.9.7markus2002-09-0325-3232/+0
|
* Better fixes from openssl cvs; from markus@miod2002-08-051-3/+4
|
* typo; from openssl cvsmarkus2002-08-021-1/+1
|
* apply patches from OpenSSL Security Advisory [30 July 2002],markus2002-07-301-4/+6
| | | | http://marc.theaimsgroup.com/?l=openssl-dev&m=102802395104110&w=2
* Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-076-10/+36
| | | | correctly autogenerate obj_mac.h
* Merge openssl-0.9.7-stable-SNAP-20020519beck2002-05-211-0/+2
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-1568-4389/+6495
|
* merge openssl 0.9.6b-enginebeck2001-08-012-1/+3
| | | | | Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries
* openssl-engine-0.9.6a mergebeck2001-06-227-10/+38
|
* openssl-engine0.9.6 mergebeck2000-12-151-0/+0
| | | | Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds
* openssl-engine-0.9.6 mergebeck2000-12-1575-868/+2033
|
* OpenSSL 0.9.5a mergebeck2000-04-155-7/+12
|
* OpenSSL 0.9.5 mergebeck2000-03-1984-558/+2584
| | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
* do not assume shell scripts are +x; dderaadt1999-11-231-1/+1
|
* OpenSSL 0.9.4 mergebeck1999-09-2987-2333/+5381
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-0575-0/+14113
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.