summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_rsa.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-656/+606
* PR: 1411Dr. Stephen Henson2009-09-121-1/+1
* Reword comment to be much shorter to stop other people from complainingLutz Jänicke2008-05-261-5/+1
* Clear error queue when starting SSL_CTX_use_certificate_chain_fileLutz Jänicke2008-05-231-0/+6
* add support for DER encoded private keys to SSL_CTX_use_PrivateKey_file()Nils Larsch2005-04-081-0/+10
* get rid of very buggy and very imcomplete DH cert supportNils Larsch2005-04-071-68/+18
* really clear the error queue hereNils Larsch2005-04-011-1/+1
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-7/+7
* make sure no error is left in the queue that is intentionally ignoredBodo Möller2003-08-111-1/+3
* Reorder inclusion of header files:Lutz Jänicke2002-07-101-1/+1
* use ERR_peek_last_error() instead of ERR_peek_error()Bodo Möller2002-02-281-2/+2
* Rename recently introduced functions for improved code clarity:Bodo Möller2001-09-031-2/+2
* Changes crypto/evp/ and ssl/ code from directly incrementing referenceGeoff Thorpe2001-08-251-2/+2
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-15/+15
* The consequence of constification is that to pass the address to aRichard Levitte2000-11-061-2/+2
* typo while I poke around...Ralf S. Engelschall1999-08-051-1/+1
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-211-8/+8
* Create a duplicate of the SSL_CTX's CERT in SSL_new instead of copyingBodo Möller1999-05-091-9/+9
* Use "const char *" instead of "char *" for filenames passed to functions.Bodo Möller1999-05-091-6/+6
* New function SSL_CTX_use_certificate_chain_file.Bodo Möller1999-05-011-0/+78
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-6/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-5/+5
* Change functions to ANSI C.Ulf Möller1999-04-191-74/+21
* Add a bunch of SSL_xxx() functions for configuring the temporary RSA and DHRalf S. Engelschall1999-02-251-83/+26
* Updates to the new SSL compression codeMark J. Cox1999-02-161-2/+2
* Fix various memory leaks in SSL, apps and DSADr. Stephen Henson1999-02-151-2/+6
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-0/+18
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-40/+31
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+840