Process signature algorithms before deciding on certificate.
[openssl.git] / ssl / ssl.h
2014-11-19 Dr. Stephen HensonProcess signature algorithms before deciding on certifi...
2014-11-10 Daniel Kahn GillmorAllow ECDHE and DHE as forward-compatible aliases for...
2014-10-24 Dr. Stephen HensonProcess signature algorithms in ClientHello late.
2014-10-21 Bodo MoellerFix and improve SSL_MODE_SEND_FALLBACK_SCSV documentation.
2014-10-15 Bodo MoellerSupport TLS_FALLBACK_SCSV.
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 function SSL_extension_supported().
2014-08-28 Dr. Stephen HensonNew extension callback features.
2014-08-28 Dr. Stephen HensonCallback revision.
2014-08-28 Dr. Stephen HensonAdd custom extension sanity checks.
2014-08-28 Dr. Stephen HensonCustom extension revision.
2014-08-28 Dr. Stephen HensonRevision of custom extension code.
2014-08-06 Dr. Stephen HensonCheck SRP parameters early.
2014-07-24 Dr. Stephen HensonAdd conditional unit testing interface.
2014-07-04 Dr. Stephen HensonRemove all RFC5878 code.
2014-06-17 Richard LevitteRemove unused DANE macros. This should be the last...
2014-06-12 Dr. Stephen HensonRemove unimplemented functions.
2014-06-09 Dr. Stephen HensonSRP ciphersuite correction.
2014-06-01 Dr. Stephen HensonOption to disable padding extension.
2014-03-27 Dr. Stephen HensonUpdate chain building function.
2014-03-10 Dr. Stephen Hensontypo
2014-03-01 Dr. Stephen HensonAdd function to free compression methods.
2014-02-23 Dr. Stephen HensonNew chain building flags.
2014-02-23 Dr. Stephen HensonOption to set current cert to server certificate.
2014-02-21 Andy Polyakovssl/ssl_cert.c: DANE update.
2014-02-14 Dr. Stephen HensonFix error discrepancy with 1.0.1
2014-02-13 Andy Polyakovssl/ssl[3].h: retain binary compatibility.
2014-02-09 Dr. Stephen Hensonfix error discrepancy
2014-02-09 Dr. Stephen Hensonfix error number clash
2014-02-09 Ben LaurieMerge branch '102_stable_tlsext_suppdata_changes' of...
2014-02-09 Ben LaurieMore cleanup.
2014-02-09 Ben LaurieFix whitespace, new-style comments.
2014-02-09 Scott DeboyRe-add alert variables removed during rebase
2014-02-09 Scott DeboyUpdate custom TLS extension and supplemental data ...
2014-02-09 Scott DeboyAdd callbacks supporting generation and retrieval of...
2014-02-06 Dr. Stephen HensonReturn previous compression methods when setting them.
2014-02-05 Dr. Stephen HensonReturn per-certificate chain if extra chain is NULL.
2014-02-02 Dr. Stephen HensonNew ctrl to set current certificate.
2014-01-27 Dr. Stephen HensonNew function to set compression methods so they can...
2014-01-16 Dr. Stephen HensonAdd new function SSL_CTX_get_ssl_method().
2014-01-04 Dr. Stephen HensonRestore SSL_OP_MSIE_SSLV2_RSA_PADDING
2013-12-13 Dr. Stephen HensonVerify parameter retrieval functions.
2013-12-01 Dr. Stephen HensonFix warnings.
2013-11-18 Dr. Stephen HensonNew functions to retrieve certificate from SSL_CTX
2013-11-18 Dr. Stephen HensonDon't define SSL_select_next_proto if OPENSSL_NO_TLSEXT set
2013-11-14 Piotr SikoraFix compilation with no-nextprotoneg.
2013-11-13 Rob StradlingAdditional "chain_cert" functions.
2013-11-02 Dr. Stephen HensonExtend SSL_CONF
2013-10-20 Nick MathewsonDo not include a timestamp in the Client/ServerHello...
2013-10-05 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into pre-aead
2013-10-04 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into agl-1.0.2aead
2013-10-04 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into agl-1.0.2aead
2013-10-01 Adam Langleychacha20poly1305
2013-10-01 Adam LangleyAEAD support in ssl/
2013-10-01 Adam LangleyRework tls1_change_cipher_state.
2013-10-01 Ben LaurieMerge remote-tracking branch 'agl/1.0.2alpn' into agl...
2013-09-24 Ben LaurieShow useful errors.
2013-09-18 Dr. Stephen HensonSuite B support for DTLS 1.2
2013-09-18 Dr. Stephen HensonDual DTLS version methods.
2013-09-18 Dr. Stephen HensonProvisional DTLS 1.2 support.
2013-09-17 Bodo MoellerMerge branch 'OpenSSL_1_0_2-stable' of openssl.net...
2013-09-16 Rob StradlingDon't prefer ECDHE-ECDSA ciphers when the client appear...
2013-09-13 Adam LangleySupport ALPN.
2013-07-03 TrevorTrying cherrypick:
2013-06-04 Ben LaurieFix missing/incorrect prototype.
2013-05-15 Andy PolyakovRFC6689 support: add missing commit (git noob alert).
2013-01-15 Dr. Stephen HensonAdd support for broken protocol tests (backport from...
2012-12-29 Dr. Stephen Hensonadd SSL_CONF functions and documentation (backport...
2012-12-26 Dr. Stephen HensonSSL/TLS record tracing code (backport from HEAD).
2012-12-26 Dr. Stephen HensonAdd support for printing out and retrieving EC point...
2012-12-26 Dr. Stephen Hensonreturn error if Suite B mode is selected and TLS 1...
2012-12-26 Dr. Stephen HensonAdd ctrl and utility functions to retrieve raw cipher...
2012-12-26 Dr. Stephen Hensonnew ctrl to retrive value of received temporary key...
2012-12-26 Dr. Stephen Hensonstore and print out message digest peer signed with...
2012-12-26 Dr. Stephen Hensonperform sanity checks on server certificate type as...
2012-12-26 Dr. Stephen Hensongive more meaningful error if presented with wrong...
2012-12-26 Dr. Stephen HensonAdd three Suite B modes to TLS code, supporting RFC6460.
2012-12-26 Dr. Stephen HensonMake tls1_check_chain return a set of flags indicating...
2012-12-26 Dr. Stephen HensonAbort handshake if signature algorithm used not support...
2012-12-26 Dr. Stephen Hensoncheck EC tmp key matches preferences
2012-12-26 Dr. Stephen Hensontypo
2012-12-26 Dr. Stephen HensonAdd support for certificate stores in CERT structure...
2012-12-26 Dr. Stephen HensonAdd new ctrl to retrieve client certificate types,...
2012-12-26 Dr. Stephen Hensonnew function SSL_is_server to which returns 1 is the...
2012-12-26 Dr. Stephen HensonSeparate client and server permitted signature algorith...
2012-12-26 Dr. Stephen HensonAdd certificate callback. If set this is called wheneve...
2012-12-26 Dr. Stephen HensonAdd new "valid_flags" field to CERT_PKEY structure...
2012-12-26 Dr. Stephen HensonReorganise supported signature algorithm extension...
2012-12-26 Dr. Stephen HensonAdd support for application defined signature algorithm...
2012-12-26 Dr. Stephen HensonMake it possible to delete all certificates from an...
2012-06-07 Ben LaurieRearrange and test authz extension.
2012-06-03 Ben LaurieReduce version skew: trivia (I hope).
2012-05-29 Ben LaurieDon't insert in the middle.
2012-05-29 Ben LaurieRFC 5878 support.
2012-04-25 Dr. Stephen HensonChange value of SSL_OP_NO_TLSv1_1 to avoid clash with...
2012-04-24 Dr. Stephen HensonSubmitted by: Peter Sylvester <peter.sylvester@edelweb.fr>
2012-04-18 Dr. Stephen Hensoncorrect error code
2012-04-06 Dr. Stephen HensonAdd support for automatic ECDH temporary key parameter...
2012-04-06 Dr. Stephen HensonInitial revision of ECC extension handling.
next