summaryrefslogtreecommitdiff
path: root/crypto/x509/by_file.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-1/+1
* Update copyright yearMatt Caswell2021-05-201-1/+1
* Replace some of the ERR_clear_error() calls with mark callsTomas Mraz2021-05-131-2/+4
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-15/+15
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-4/+4
* Fix some things the rename script didn't quite get rightMatt Caswell2020-10-011-1/+1
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-28/+25
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* Add X509 related libctx changes.Shane Lontis2020-07-241-30/+65
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/x509/Richard Levitte2018-12-061-1/+1
* Use secure_getenv(3) when available.Pauli2018-09-241-1/+1
* Update copyright yearMatt Caswell2018-05-011-1/+1
* X509: add more error codes on malloc or sk_TYP_push failureFdaSilvaYY2018-04-241-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-4/+4
* Remove unnecessary #include <openssl/lhash.h> directives.Pauli2017-09-291-1/+0
* Avoid surpising password dialog in X509 file lookup.Bernd Edlinger2017-08-071-3/+3
* Remove needless type casting.Rich Salz2017-06-101-2/+2
* Ignore dups in X509_STORE_add_*Rich Salz2017-04-201-7/+14
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Make many X509_xxx types opaque.Rich Salz2016-04-151-0/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove BIO_s_file_internal macro.Rich Salz2015-10-021-2/+2
* Fix no-stdio buildDavid Woodhouse2015-09-291-4/+0
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free NULL cleanup 5aRich Salz2015-04-301-4/+2
* free NULL cleanupRich Salz2015-03-251-4/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-214/+191
* Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov2005-12-181-1/+1
* In by_file.c check last error for no start line, not first error.Dr. Stephen Henson2004-12-041-2/+2
* Fix Certificate and CRL adding in X509_load_cert_crl_file:Dr. Stephen Henson2003-03-191-1/+2
* SSL_CERT_FILE should be used in place of the system default file, not asRichard Levitte2002-12-051-1/+1
* Make sure using SSL_CERT_FILE actually works, and has priority over system de...Richard Levitte2002-12-051-8/+9
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
* Make sure the return value of by_file_ctrl(..., X509_L_FILE_LOAD, ...)Bodo Möller2000-02-171-7/+8
* Transparent support for PKCS#8 private keys in RSA/DSA.Dr. Stephen Henson1999-11-211-11/+43
* 'req' fixes. Reinstate length check one request fields.Dr. Stephen Henson1999-11-141-1/+1
* Initial support for MacOS.Andy Polyakov1999-09-111-2/+0
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-211-2/+2
* Use "const char *" instead of "char *" for filenames passed to functions.Bodo Möller1999-05-091-3/+3
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-5/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-4/+4
* Change functions to ANSI C.Ulf Möller1999-04-191-15/+5
* Massive constification.Ben Laurie1999-04-171-2/+2
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-9/+86
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+205