summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_vfy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* correct cases of code occuring directly after goto/break/returnjsg2014-04-151-1/+0
| | | | ok miod@ guenther@
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-5/+15
|
* resolve conflictsdjm2012-10-131-5/+0
|
* OpenSSL 1.0.0f: mergedjm2012-01-051-1/+1
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-1/+5
|
* resolve conflicts, fix local changesdjm2010-10-011-144/+807
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-4/+8
|
* resolve conflictsdjm2008-09-061-133/+348
|
* resolve conflictsdjm2006-06-271-1/+1
|
* resolve conflictsdjm2005-04-291-13/+118
|
* update missing pieces from 0.9.7d; ok henningmarkus2004-04-251-7/+48
| | | | crank minor for API extensions
* backout for nowmarkus2004-04-081-48/+7
|
* merge 0.9.7dmarkus2004-04-081-7/+48
|
* merge 0.9.7c; minor bugsfixes;markus2003-11-111-2/+2
| | | | | 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-301-1/+1
| | | | see also http://cvs.openssl.org/chngview?cn=11471
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-1/+1
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-40/+307
|
* openssl-engine-0.9.6 mergebeck2000-12-151-193/+298
|
* OpenSSL 0.9.5a mergebeck2000-04-151-6/+16
|
* OpenSSL 0.9.5 mergebeck2000-03-191-20/+186
| | | | | | *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
* OpenSSL 0.9.4 mergebeck1999-09-291-143/+78
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+704
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.