summaryrefslogtreecommitdiff
path: root/lib/libssl/ssl_rsa.c
AgeCommit message (Expand)Author
2015-02-06Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem().Reyk Floeter
2014-12-14Remove trailing whitespace.Joel Sing
2014-11-16Sort and group includes.Joel Sing
2014-09-28Add a new API function SSL_CTX_use_certificate_chain() that allows toReyk Floeter
2014-07-12if (x) FOO_free(x) -> FOO_free(x).Miod Vallat
2014-06-22KNF, particularly wrapped lines of calls to PEM_read_bio_FOO() andPhilip Guenther
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-07BIO_free has an implicit NULL check, so do not bother checking for NULLJoel Sing
2014-05-29Any sane platform has stdio. Stop pretending we will ever use a platformBob Beck
2014-04-17always build in RSA and DSA. ok deraadt miodTed Unangst
2014-04-14First pass at applying KNF to the OpenSSL code, which almost makes itJoel Sing
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.Miod Vallat
2010-10-01resolve conflicts, fix local changesDamien Miller
2008-09-06resolve conflictsDamien Miller
2005-04-29resolve conflictsDamien Miller
2003-11-11merge 0.9.7c; minor bugsfixes;Markus Friedl
2002-09-10merge openssl-0.9.7-beta3, tested on vax by miod@Markus Friedl
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 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