summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_rsa.c
AgeCommit message (Expand)Author
2015-08-31Add X509_up_ref function.Dr. Stephen Henson
2015-05-22Remove support for OPENSSL_NO_TLSEXTMatt Caswell
2015-05-19move masks out of CERT structureDr. Stephen Henson
2015-05-08Add SSL_use_certificate_chain_file functionDr. Stephen Henson
2015-05-01free NULL cleanup -- codaRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-25free NULL cleanupRich Salz
2015-03-23Fix missing return value checksMatt Caswell
2015-03-15Remove ssl_cert_inst()Kurt Roeckx
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-10serverinfo_process_buffer: check result of realloc(ctx->cert->key->serverinfo...Jonas Maebe
2014-08-28Rename some callbacks, fix alignment.Dr. Stephen Henson
2014-08-28Use consistent function naming.Dr. Stephen Henson
2014-08-28New extension callback features.Dr. Stephen Henson
2014-08-28Callback revision.Dr. Stephen Henson
2014-08-28Remove serverinfo checks.Dr. Stephen Henson
2014-08-09RT 1988: Add "const" to SSL_use_RSAPrivateKey_ASN1Viktor Szakats
2014-03-28Security framework.Dr. Stephen Henson
2014-02-05Fix whitespace, new-style comments.Ben Laurie
2014-02-05Re-add alert variables removed during rebaseScott Deboy
2014-02-05Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy
2014-01-03Use algorithm specific chains for certificates.Dr. Stephen Henson
2013-09-25Show useful errors.Ben Laurie
2013-09-13Require ServerInfo PEMs to be named "BEGIN SERVERINFO FOR"...Trevor Perrin
2013-09-13Redo deletion of some serverinfo code that supplemental data code mistakenly ...Trevor Perrin
2013-09-06Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy
2013-07-31Various custom extension fixes.Trevor Perrin
2013-06-28Cosmetic touchups.Trevor
2013-06-18Cleanup of custom extension stuff.Trevor
2013-06-12Add support for arbitrary TLS extensions.Trevor
2012-06-07Rearrange and test authz extension.Ben Laurie
2012-05-30RFC 5878 support.Ben Laurie
2012-01-16Support for fixed DH ciphersuites.Dr. Stephen Henson
2009-09-12PR: 1411Dr. Stephen Henson
2008-05-26Reword comment to be much shorter to stop other people from complainingLutz Jänicke
2008-05-23Clear error queue when starting SSL_CTX_use_certificate_chain_fileLutz Jänicke
2005-04-08add support for DER encoded private keys to SSL_CTX_use_PrivateKey_file()Nils Larsch
2005-04-07get rid of very buggy and very imcomplete DH cert supportNils Larsch
2005-04-01really clear the error queue hereNils Larsch
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2003-08-11make sure no error is left in the queue that is intentionally ignoredBodo Möller
2002-07-10Reorder inclusion of header files:Lutz Jänicke
2002-02-28use ERR_peek_last_error() instead of ERR_peek_error()Bodo Möller
2001-09-03Rename recently introduced functions for improved code clarity:Bodo Möller
2001-08-25Changes crypto/evp/ and ssl/ code from directly incrementing referenceGeoff Thorpe
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2000-11-06The consequence of constification is that to pass the address to aRichard Levitte
1999-08-05typo while I poke around...Ralf S. Engelschall