]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_rsa.c
Add defines to indicate if intypes.h and stdint.h are unavailable
[thirdparty/openssl.git] / ssl / ssl_rsa.c
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-03-20  Matt CaswellUpdate copyright year
2018-03-09  Todd ShortAdd SSL/SSL_CTX_use_cert_and_key()
2017-10-18  KaoruTodaRemove parentheses of return.
2017-07-13  Dr. Stephen HensonUse certificate tables instead of ssl_cert_type
2017-05-19  Matt CaswellTry to be more consistent about the alerts we send
2017-05-04  Matt CaswellUpdates to serverinfo fix based on review feedback
2017-05-04  Matt CaswellFix SSL_CTX_use_serverinfo_ex() et al to properly handl...
2017-05-04  Matt CaswellRevert "Fix clang compile time error"
2017-05-04  Todd ShortFix clang compile time error
2017-05-03  Matt CaswellClarify serverinfo usage with Certificate messages
2017-05-03  Matt CaswellAdd an SSL_ prefix to SERVERINFOV2 and SERVERINFOV1
2017-05-03  Matt CaswellExtend the SERVERINFO file format to include an extensi...
2017-04-07  Matt CaswellCreate an ENDPOINT enum type for use internally
2017-04-07  Matt CaswellImplement a new custom extensions API
2017-03-10  PauliUse the callbacks from the SSL object instead of the...
2016-08-18  Emilia KasperIndent ssl/
2016-08-05  Richard LevitteRemove OPENSSL_NO_STDIO guards around certain SSL cert...
2016-07-16  Miroslav Francfix memory leaks
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-05-12  Dr. Stephen HensonDon't leak memory if realloc fails.
2016-05-02  TJ SaundersRemove confusing comment.
2016-05-02  TJ SaundersIssue #719:
2016-03-03  Dr. Stephen Hensonfix no-ec build
2016-02-28  Dr. Stephen HensonTLS support for X25519
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-20  Dr. Stephen Hensonmake EVP_PKEY opaque
2015-12-31  Dr. Stephen HensonUse X509_get0_pubkey where appropriate
2015-12-19  Dr. Stephen HensonRemove fixed DH ciphersuites.
2015-11-20  Matt CaswellEnsure all EVP calls have their returns checked where...
2015-11-10  Matt CaswellFix SSL_use_certificate_chain_file
2015-10-02  Rich SalzRemove BIO_s_file_internal macro.
2015-09-30  David WoodhouseFix no-stdio build
2015-09-16  Kurt RoeckxFix return values when adding serverinfo fails.
2015-08-31  Dr. Stephen HensonAdd X509_up_ref function.
2015-05-22  Matt CaswellRemove support for OPENSSL_NO_TLSEXT
2015-05-19  Dr. Stephen Hensonmove masks out of CERT structure
2015-05-08  Dr. Stephen HensonAdd SSL_use_certificate_chain_file function
2015-05-01  Rich Salzfree NULL cleanup -- coda
2015-04-30  Rich Salzfree NULL cleanup 5a
2015-04-16  Viktor DukhovniCode style: space after 'if'
2015-03-25  Rich Salzfree NULL cleanup
2015-03-23  Matt CaswellFix missing return value checks
2015-03-15  Kurt RoeckxRemove ssl_cert_inst()
2015-01-29  Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-10  Jonas Maebeserverinfo_process_buffer: check result of realloc...
2014-08-28  Dr. Stephen HensonRename some callbacks, fix alignment.
2014-08-28  Dr. Stephen HensonUse consistent function naming.
2014-08-28  Dr. Stephen HensonNew extension callback features.
2014-08-28  Dr. Stephen HensonCallback revision.
2014-08-28  Dr. Stephen HensonRemove serverinfo checks.
2014-08-09  Viktor SzakatsRT 1988: Add "const" to SSL_use_RSAPrivateKey_ASN1
2014-03-28  Dr. Stephen HensonSecurity framework.
2014-02-05  Ben LaurieFix whitespace, new-style comments.
2014-02-05  Scott DeboyRe-add alert variables removed during rebase
2014-02-05  Scott DeboyUpdate custom TLS extension and supplemental data ...
2014-01-03  Dr. Stephen HensonUse algorithm specific chains for certificates.
2013-09-25  Ben LaurieShow useful errors.
2013-09-20  Ben LaurieMerge remote-tracking branch 'trevp/pemfix' into trev...
2013-09-16  Trevor PerrinRedo deletion of some serverinfo code that supplemental...
2013-09-14  Trevor PerrinRequire ServerInfo PEMs to be named "BEGIN SERVERINFO...
2013-09-14  Trevor PerrinRedo deletion of some serverinfo code that supplemental...
2013-09-06  Scott DeboyAdd callbacks supporting generation and retrieval of...
2013-07-31  Trevor PerrinVarious custom extension fixes.
2013-06-28  TrevorCosmetic touchups.
2013-06-18  TrevorCleanup of custom extension stuff.
2013-06-12  TrevorAdd support for arbitrary TLS extensions.
2012-06-07  Ben LaurieRearrange and test authz extension.
2012-05-30  Ben LaurieRFC 5878 support.
2012-01-16  Dr. Stephen HensonSupport for fixed DH ciphersuites.
2009-09-12  Dr. Stephen HensonPR: 1411
2008-05-26  Lutz JänickeReword comment to be much shorter to stop other people...
2008-05-23  Lutz JänickeClear error queue when starting SSL_CTX_use_certificate...
2005-04-08  Nils Larschadd support for DER encoded private keys to SSL_CTX_use...
2005-04-07  Nils Larschget rid of very buggy and very imcomplete DH cert support
2005-04-01  Nils Larschreally clear the error queue here
2004-03-15  Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2003-08-11  Bodo Möllermake sure no error is left in the queue that is intenti...
2002-07-10  Lutz JänickeReorder inclusion of header files:
2002-02-28  Bodo Mölleruse ERR_peek_last_error() instead of ERR_peek_error()
2001-09-03  Bodo MöllerRename recently introduced functions for improved code...
2001-08-25  Geoff ThorpeChanges crypto/evp/ and ssl/ code from directly increme...
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
2000-11-06  Richard LevitteThe consequence of constification is that to pass the...
1999-08-05  Ralf S. Engelschalltypo while I poke around...
1999-07-21  Bodo MöllerAdditional user data argument to pem_password_cb functi...
1999-05-09  Bodo MöllerCreate a duplicate of the SSL_CTX's CERT in SSL_new...
1999-05-09  Bodo MöllerUse "const char *" instead of "char *" for filenames...
1999-05-01  Bodo MöllerNew function SSL_CTX_use_certificate_chain_file.
1999-04-26  Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-02-25  Ralf S. EngelschallAdd a bunch of SSL_xxx() functions for configuring...
1999-02-16  Mark J. CoxUpdates to the new SSL compression code
1999-02-15  Dr. Stephen HensonFix various memory leaks in SSL, apps and DSA
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
next