summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/x509v3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* OpenSSL 1.0.0f: mergedjm2012-01-051-40/+85
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-033-18/+22
|
* import OpenSSL 1.0.0edjm2011-11-031-1/+0
|
* resolve conflicts, fix local changesdjm2010-10-0120-950/+1399
|
* import OpenSSL-1.0.0adjm2010-10-019-346/+618
|
* resolve conflictsdjm2009-04-062-15/+25
|
* resolve conflictsdjm2009-01-0928-37/+42
|
* import openssl-0.9.8jdjm2009-01-0911-229/+248
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-056-18/+32
|
* remerge local tweaks, update per-arch configuration headers, updatedjm2008-09-061-2/+2
| | | | Makefiles, crank shlib_version
* resolve conflictsdjm2008-09-0623-289/+1110
|
* import of OpenSSL 0.9.8hdjm2008-09-0614-508/+4910
|
* remove some bogus *p tests from charles longeautedu2007-03-201-1/+1
| | | | ok deraadt millert
* resolve conflictsdjm2006-06-272-103/+116
|
* import of openssl-0.9.7jdjm2006-06-271-1/+1
|
* resolve conflictsdjm2005-04-297-42/+120
|
* import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-293-0/+1013
|
* merge 0.9.7dmarkus2004-04-084-8/+9
|
* merge 0.9.7c; minor bugsfixes;markus2003-11-114-14/+15
| | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto]
* Remove some double semicolons (hmm, do two semis equal a maxi?).millert2003-08-061-1/+1
| | | | I've skipped the GNU stuff for now. From Patrick Latifi.
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-128-6/+17
|
* import 0.9.7b (without idea and rc5)markus2003-05-111-0/+3
|
* Trivial sprintf() -> snprintf() changes. ok deraadt@ho2003-04-051-1/+2
|
* Less strcpy/strcat/sprintf. tdeval@ ok.ho2003-03-161-5/+6
|
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-103-167/+351
|
* execute bourne shell scripts with 'sh' and not with $SHELLmarkus2002-09-041-1/+1
|
* Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-071-1/+1
| | | | correctly autogenerate obj_mac.h
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-1527-1799/+1637
|
* openssl-engine-0.9.6a mergebeck2001-06-224-10/+27
|
* 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-1518-321/+551
|
* OpenSSL 0.9.5a mergebeck2000-04-153-5/+14
|
* OpenSSL 0.9.5 mergebeck2000-03-1925-150/+1284
| | | | | | *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-2927-497/+5690
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-054-0/+503
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.