aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_rsa.c
Commit message (Expand)AuthorAgeFilesLines
* Try to be more consistent about the alerts we sendMatt Caswell2017-05-191-1/+1
* Updates to serverinfo fix based on review feedbackMatt Caswell2017-05-041-8/+9
* Fix SSL_CTX_use_serverinfo_ex() et al to properly handle V1 dataMatt Caswell2017-05-041-7/+22
* Revert "Fix clang compile time error"Matt Caswell2017-05-041-6/+3
* Fix clang compile time errorTodd Short2017-05-041-3/+6
* Clarify serverinfo usage with Certificate messagesMatt Caswell2017-05-031-0/+4
* Add an SSL_ prefix to SERVERINFOV2 and SERVERINFOV1Matt Caswell2017-05-031-6/+6
* Extend the SERVERINFO file format to include an extensions contextMatt Caswell2017-05-031-89/+153
* Create an ENDPOINT enum type for use internallyMatt Caswell2017-04-071-1/+2
* Implement a new custom extensions APIMatt Caswell2017-04-071-20/+9
* Use the callbacks from the SSL object instead of the SSL_CTX objectPauli2017-03-101-8/+6
* Indent ssl/Emilia Kasper2016-08-181-11/+7
* Remove OPENSSL_NO_STDIO guards around certain SSL cert/key functionsRichard Levitte2016-08-051-14/+0
* fix memory leaksMiroslav Franc2016-07-161-0/+2
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+6
* Don't leak memory if realloc fails.Dr. Stephen Henson2016-05-121-2/+4
* Remove confusing comment.TJ Saunders2016-05-021-1/+0
* Issue #719:TJ Saunders2016-05-021-7/+22
* fix no-ec buildDr. Stephen Henson2016-03-031-2/+2
* TLS support for X25519Dr. Stephen Henson2016-02-281-0/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-6/+6
* Use X509_get0_pubkey where appropriateDr. Stephen Henson2015-12-311-9/+4
* Remove fixed DH ciphersuites.Dr. Stephen Henson2015-12-191-16/+1
* Ensure all EVP calls have their returns checked where appropriateMatt Caswell2015-11-201-2/+21
* Fix SSL_use_certificate_chain_fileMatt Caswell2015-11-101-6/+15
* Remove BIO_s_file_internal macro.Rich Salz2015-10-021-8/+8
* Fix no-stdio buildDavid Woodhouse2015-09-291-2/+0
* Fix return values when adding serverinfo fails.Kurt Roeckx2015-09-161-8/+10
* Add X509_up_ref function.Dr. Stephen Henson2015-08-311-1/+1
* Remove support for OPENSSL_NO_TLSEXTMatt Caswell2015-05-221-4/+2
* move masks out of CERT structureDr. Stephen Henson2015-05-191-2/+0
* 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