summaryrefslogtreecommitdiff
path: root/lib/libcrypto/x509/by_file.c
AgeCommit message (Expand)Author
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2016-03-11X509_free(3) is NULL-safe, so remove NULL checks before its calls.Michael McConville
2015-04-11Remove all getenv() calls, especially those wrapped by issetugid().Theo de Raadt
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-07-25BIO_free() returns immediately when the sole input is NULL.Doug Hogan
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatJoel Sing
2014-06-23Since this is a library, place issetugid() before every getenv()Theo de Raadt
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-29Any sane platform has stdio. Stop pretending we will ever use a platformBob Beck
2014-04-19More KNF.Joel Sing
2014-04-17some KNF cleanup following the scriptTheo de Raadt
2014-04-15First pass at applying KNF to the OpenSSL code, which almost makes itJoel Sing
2010-10-01resolve conflicts, fix local changesDamien Miller
2005-04-29resolve conflictsDamien Miller
2003-05-12merge 0.9.7b with local changes; crank majors for libssl/libcryptoMarkus Friedl
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 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