aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_rsa.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-28Security framework.Dr. Stephen Henson1-0/+15
2014-02-05Fix whitespace, new-style comments.Ben Laurie1-9/+11
2014-02-05Re-add alert variables removed during rebaseScott Deboy1-45/+45
2014-02-05Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy1-1/+40
2014-01-03Use algorithm specific chains for certificates.Dr. Stephen Henson1-7/+3
2013-09-25Show useful errors.Ben Laurie1-4/+4
2013-09-13Require ServerInfo PEMs to be named "BEGIN SERVERINFO FOR"...Trevor Perrin1-2/+14
2013-09-13Redo deletion of some serverinfo code that supplemental data code mistakenly ...Trevor Perrin1-9/+0
2013-09-06Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy1-224/+9
2013-07-31Various custom extension fixes.Trevor Perrin1-19/+2
2013-06-28Cosmetic touchups.Trevor1-1/+1
2013-06-18Cleanup of custom extension stuff.Trevor1-20/+42
2013-06-12Add support for arbitrary TLS extensions.Trevor1-1/+243
2012-06-07Rearrange and test authz extension.Ben Laurie1-0/+126
2012-05-30RFC 5878 support.Ben Laurie1-5/+115
2012-01-16Support for fixed DH ciphersuites.Dr. Stephen Henson1-2/+17
2009-09-12PR: 1411Dr. Stephen Henson1-1/+1
2008-05-26Reword comment to be much shorter to stop other people from complainingLutz Jänicke1-5/+1
2008-05-23Clear error queue when starting SSL_CTX_use_certificate_chain_fileLutz Jänicke1-0/+6
2005-04-08add support for DER encoded private keys to SSL_CTX_use_PrivateKey_file()Nils Larsch1-0/+10
2005-04-07get rid of very buggy and very imcomplete DH cert supportNils Larsch1-68/+18
2005-04-01really clear the error queue hereNils Larsch1-1/+1
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-7/+7
2003-08-11make sure no error is left in the queue that is intentionally ignoredBodo Möller1-1/+3
2002-07-10Reorder inclusion of header files:Lutz Jänicke1-1/+1
2002-02-28use ERR_peek_last_error() instead of ERR_peek_error()Bodo Möller1-2/+2
2001-09-03Rename recently introduced functions for improved code clarity:Bodo Möller1-2/+2
2001-08-25Changes crypto/evp/ and ssl/ code from directly incrementing referenceGeoff Thorpe1-2/+2
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-15/+15
2000-11-06The consequence of constification is that to pass the address to aRichard Levitte1-2/+2
1999-08-05typo while I poke around...Ralf S. Engelschall1-1/+1
1999-07-21Additional user data argument to pem_password_cb function typeBodo Möller1-8/+8
1999-05-09Create a duplicate of the SSL_CTX's CERT in SSL_new instead of copyingBodo Möller1-9/+9
1999-05-09Use "const char *" instead of "char *" for filenames passed to functions.Bodo Möller1-6/+6
1999-05-01New function SSL_CTX_use_certificate_chain_file.Bodo Möller1-0/+78
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-6/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-5/+5
1999-04-19Change functions to ANSI C.Ulf Möller1-74/+21
1999-02-25Add a bunch of SSL_xxx() functions for configuring the temporary RSA and DHRalf S. Engelschall1-83/+26
1999-02-16Updates to the new SSL compression codeMark J. Cox1-2/+2
1999-02-15Fix various memory leaks in SSL, apps and DSADr. Stephen Henson1-2/+6
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-0/+18
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-40/+31
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+840