summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_cmp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of ASN1_INTEGER vs ASN1_STRING mixups coming from thetb2019-03-131-2/+2
* Provide X509_get0_serialNumber()tb2018-08-241-1/+7
* Add const to both arguments of X509_check_private_key(3).tb2018-05-181-5/+4
* Add const qualifier to the argument of X509_get_issuer_name(3) andtb2018-05-131-3/+3
* Convert a handful of X509_*() functions to take const as in OpenSSL.tb2018-05-011-2/+2
* Fix X509_get0_pubkey() - X509_get_pubkey() is a misnamed "get1" function,jsing2018-03-171-2/+4
* Provide X509_chain_up_ref().jsing2018-02-221-1/+19
* Provide X509_get0_pubkey().jsing2018-02-221-2/+8
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-7/+4
* Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generatedjsing2015-07-291-2/+2
* X509_issuer_and_serial_hash(): do not leak memory if an error occurs duringmiod2014-09-261-1/+3
* Check X509_NAME_oneline() return value when it will have to allocate memory.miod2014-07-131-1/+3
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-3/+2
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+2
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+3
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-2/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Stop setting the EVP_MD_CTX_FLAG_NON_FIPS_ALLOW - it has been ignored sincejsing2014-06-111-1/+0
* KNF.jsing2014-04-201-103/+128
* blunt force knftedu2014-04-181-57/+52
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-1/+1
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-8/+7
* resolve conflictsdjm2012-10-131-7/+20
* resolve conflicts, fix local changesdjm2010-10-011-169/+68
* resolve conflictsdjm2009-04-061-1/+2
* resolve conflictsdjm2009-01-091-1/+7
* resolve conflictsdjm2008-09-061-37/+22
* resolve conflictsdjm2005-04-291-13/+35
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-7/+112
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-16/+21
* openssl-engine-0.9.6a mergebeck2001-06-221-12/+6
* openssl-engine-0.9.6 mergebeck2000-12-151-11/+17
* OpenSSL 0.9.5 mergebeck2000-03-191-4/+19
* OpenSSL 0.9.4 mergebeck1999-09-291-51/+87
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+257