summaryrefslogtreecommitdiff
path: root/ssl/ssl_rsa.c
Commit message (Expand)AuthorAgeFilesLines
* Add SSL_use_certificate_chain_file functionDr. Stephen Henson2015-05-081-12/+33
* free NULL cleanup -- codaRich Salz2015-05-011-5/+2
* free NULL cleanup 5aRich Salz2015-04-301-6/+3
* Code style: space after 'if'Viktor Dukhovni2015-04-161-1/+1
* free NULL cleanupRich Salz2015-03-251-16/+8
* Fix missing return value checksMatt Caswell2015-03-231-1/+4
* Remove ssl_cert_inst()Kurt Roeckx2015-03-151-28/+0
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-948/+889
* serverinfo_process_buffer: check result of realloc(ctx->cert->key->serverinfo...Jonas Maebe2014-12-101-2/+5
* Rename some callbacks, fix alignment.Dr. Stephen Henson2014-08-281-6/+6
* Use consistent function naming.Dr. Stephen Henson2014-08-281-1/+1
* New extension callback features.Dr. Stephen Henson2014-08-281-2/+4
* Callback revision.Dr. Stephen Henson2014-08-281-12/+12
* Remove serverinfo checks.Dr. Stephen Henson2014-08-281-39/+0
* RT 1988: Add "const" to SSL_use_RSAPrivateKey_ASN1Viktor Szakats2014-08-091-1/+1
* Security framework.Dr. Stephen Henson2014-03-281-0/+15
* Fix whitespace, new-style comments.Ben Laurie2014-02-051-9/+11
* Re-add alert variables removed during rebaseScott Deboy2014-02-051-45/+45
* Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy2014-02-051-1/+40
* Use algorithm specific chains for certificates.Dr. Stephen Henson2014-01-031-7/+3
* Show useful errors.Ben Laurie2013-09-251-4/+4
* Require ServerInfo PEMs to be named "BEGIN SERVERINFO FOR"...Trevor Perrin2013-09-131-2/+14
* Redo deletion of some serverinfo code that supplemental data code mistakenly ...Trevor Perrin2013-09-131-9/+0
* Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy2013-09-061-224/+9
* Various custom extension fixes.Trevor Perrin2013-07-311-19/+2
* Cosmetic touchups.Trevor2013-06-281-1/+1
* Cleanup of custom extension stuff.Trevor2013-06-181-20/+42
* Add support for arbitrary TLS extensions.Trevor2013-06-121-1/+243
* Rearrange and test authz extension.Ben Laurie2012-06-071-0/+126
* RFC 5878 support.Ben Laurie2012-05-301-5/+115
* Support for fixed DH ciphersuites.Dr. Stephen Henson2012-01-161-2/+17
* 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