summaryrefslogtreecommitdiff
path: root/lib/libcrypto/x509/by_dir.c
AgeCommit message (Expand)Author
2023-02-16libressl *_namespace.h: adjust *_ALIAS() to require a semicolonTheo Buehler
2022-11-26Make internal header file names consistentTheo Buehler
2022-11-14Hide public symbols in libcrypto/x509 .c filesBob Beck
2021-11-10Merge a few additional X509error(ERR_R_MALLOC_FAILURE) callsIngo Schwarze
2021-11-01Move the now internal X.509-related structs into x509_lcl.h.Theo Buehler
2018-08-05Remove unnecessary NULL check from get_cert_by_subject sinceBrent Cook
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2015-04-11Remove all getenv() calls, especially those wrapped by issetugid().Theo de Raadt
2015-02-12If you do not support POSIX I/O then you're not tall enough to ride...Joel Sing
2015-02-05Declare the x509_(mem|file|dir)_lookup symbols as static because theyReyk Floeter
2015-01-22Use field names in struct initialisers.Joel Sing
2014-09-23Fix regression introduced in revision 1.15 by using strndup() instead ofMiod Vallat
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatJoel Sing
2014-06-24Unifdef -UNO_SYS_TYPES_HMiod Vallat
2014-06-23Since this is a library, place issetugid() before every getenv()Theo de Raadt
2014-06-19improve error checking. set error code on error, and check malloc return.Ted Unangst
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-07malloc() result does not need a cast.Theo de Raadt
2014-05-30no need for null check before free. from Brendan MacDonellTed Unangst
2014-04-20Restore beck's (void)snprintf(): they were reviewed.Philip Guenther
2014-04-19More KNF.Joel Sing
2014-04-19We'll interpret a (void) cast on snprintf() to mean it's been verified thatPhilip Guenther
2014-04-17no need for a variable which is hardcoded and only used in an snprintf,Stuart Henderson
2014-04-17Some VMS and WIN32 cleanupGiovanni Bechis
2014-04-17Mostly gut e_os.h:Theo de Raadt
2014-04-17some KNF cleanup following the scriptTheo de Raadt
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-16Clean up dangerous strncpy use. This included a use where the resultingBob Beck
2014-04-15First pass at applying KNF to the OpenSSL code, which almost makes itJoel Sing
2014-04-15Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsBob Beck
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.Miod Vallat
2010-10-01resolve conflicts, fix local changesDamien Miller
2009-01-09resolve conflictsDamien Miller
2008-09-06resolve conflictsDamien Miller
2006-06-27resolve conflictsDamien Miller
2004-04-08merge 0.9.7dMarkus Friedl
2003-04-06sprintf->snprintf. deraadt@ suggestions and okHakan Olsson
2001-06-22openssl-engine-0.9.6a mergeBob Beck
2000-12-15openssl-engine-0.9.6 mergeBob Beck
2000-03-19OpenSSL 0.9.5 mergeBob Beck
1999-09-29OpenSSL 0.9.4 mergeBob Beck
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker