Fix grammar in certificates.txt
[openssl.git] / ssl / ssl_rsa.c
2023-09-07 Matt CaswellCopyright year updates
2023-07-16 atishkovRemove unreachable code from SSL_use_certificate_file...
2023-02-24 Michael Baentschfirst cut at sigalg loading
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-08-26 Daniel FialaConvert serverinfo in SSL_CTX_use_serverinfo() to v2.
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-05-19 PauliFix coverity 1504433: unchecked return value
2022-05-16 Zhou QingyangAdd return value check of EVP_PKEY_copy_parameters...
2022-05-03 Matt CaswellUpdate copyright year
2022-01-18 Paulissl: replace ;; with ; as statement separator
2021-12-21 Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-03-20 Paulissl: coverity 1465527 - dereference after null check
2021-02-05 Matt CaswellRemove OPENSSL_NO_EC guards from libssl
2021-01-28 Richard LevitteUpdate copyright year
2021-01-22 Matt CaswellDon't copy parameters on setting a key in libssl
2020-11-18 Richard LevitteDeprecate RSA harder
2020-11-11 Richard LevitteConvert all {NAME}err() in ssl/ to their corresponding...
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-21 Norman AshleySupport keys with RSA_METHOD_FLAG_NO_CHECK with OCSP...
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-07-24 Shane LontisAdd X509 related libctx changes.
2020-05-27 Dr. David von OheimbRename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp...
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-15 Matt CaswellMake sure we use the libctx in libssl when loading...
2020-04-08 Matt CaswellExplicitly cache the X509v3_extensions in one more...
2020-04-08 Richard LevitteEVP & TLS: Add necessary EC_KEY data extraction functio...
2020-03-30 Matt CaswellExplicitly cache X509v3 extensions in libssl
2019-11-15 raniervfcommit a6efbe123af3d98b4d10d4fcdfe68dc5303212f8
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-07-11 Matt CaswellMake the PACKET/WPACKET code available to both libcrypt...
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.
next