Move SSL3_BUFFER set up and release code into ssl3_buffer.c
[openssl.git] / ssl / ssl_locl.h
2015-03-26 Matt CaswellMove SSL3_BUFFER set up and release code into ssl3_buffer.c
2015-03-26 Matt CaswellMove s->s3->wrec to s>rlayer>wrec
2015-03-26 Matt CaswellMove s->s3->rrec to s->rlayer->rrec
2015-03-26 Matt CaswellEncapsulate s->s3->rrec
2015-03-26 Matt CaswellMove s->s3->wbuf to s->rlayer->wbuf
2015-03-26 Matt CaswellMove s->s3->rrec into s->rlayer
2015-03-26 Matt CaswellEncapsulate SSL3_BUFFER and all access to s->s3->rbuf.
2015-03-26 Matt CaswellCreate a RECORD_LAYER structure and move read_ahead...
2015-03-25 Matt CaswellResolve swallowed returns codes
2015-03-23 Matt Caswellssl3_set_handshake_header returns
2015-03-23 Matt CaswellCheck libssl function returns
2015-03-15 Kurt RoeckxRemove ssl_cert_inst()
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-02-10 Matt CaswellMake tlsext_tick_lifetime_hint an unsigned long (from...
2015-02-03 Dr. Stephen HensonRewrite ssl3_send_client_key_exchange to support extms.
2015-02-03 Dr. Stephen HensonUtility function to retrieve handshake hashes.
2015-02-03 Dr. Stephen HensonAdd flags field to SSL_SESSION.
2015-01-31 Matt CaswellMake libssl opaque. Move all structures that were previ...
2015-01-27 Rich SalzOPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTS
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-22 Matt CaswellMore comments
2015-01-02 Dr. Stephen HensonRemove MS SGC
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-16 Matt CaswellThe dtls1_output_cert_chain function no longer exists...
2014-12-16 Matt CaswellAdd OPENSSL_NO_ECDH guards
2014-12-04 Kurt RoeckxRemove SSLv2 support
2014-12-03 Matt CaswellRemove instances in libssl of the constant 28 (for...
2014-11-27 Matt CaswellRemove more references to dtls1_enc
2014-11-27 Matt CaswellCheck EVP_Cipher return values for SSL2
2014-11-26 Matt CaswellFixed memory leak due to incorrect freeing of DTLS...
2014-11-20 Emilia KasperRemove ssl3_check_finished.
2014-11-19 Dr. Stephen HensonProcess signature algorithms before deciding on certifi...
2014-10-24 Dr. Stephen HensonProcess signature algorithms in ClientHello late.
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-15 Rich SalzMerge branch 'master' of git.openssl.org:openssl
2014-08-15 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-07-01 Ben LaurieFix possible buffer overrun.
2014-06-29 Ben LaurieMore constification.
2014-06-29 Ben LaurieConstification - mostly originally from Chromium.
2014-06-09 Dr. Stephen HensonSRP ciphersuite correction.
2014-03-28 Dr. Stephen HensonSecurity framework.
2014-03-28 Dr. Stephen HensonAllow return of supported ciphers.
2014-03-28 Dr. Stephen HensonAuto DH support.
2014-02-25 Dr. Stephen HensonDon't use BN_ULLONG in n2l8 use SCTS_TIMESTAMP.
2014-02-19 Ben LaurieMerge branch 'sct-viewer-master' of https://github...
2014-02-14 Rob StradlingShow the contents of the RFC6962 Signed Certificate...
2014-02-05 Scott DeboyUpdate custom TLS extension and supplemental data ...
2014-02-02 Dr. Stephen HensonNew ctrl to set current certificate.
2014-01-09 Daniel Kahn Gillmoruse SSL_kDHE throughout instead of SSL_kEDH
2014-01-09 Daniel Kahn Gillmoruse SSL_kECDHE throughout instead of SSL_kEECDH
2013-11-13 Rob StradlingAdditional "chain_cert" functions.
2013-10-21 Nick MathewsonDo not include a timestamp in the Client/ServerHello...
2013-09-08 Dr. Stephen HensonExperimental encrypt-then-mac support.
2013-09-06 Scott DeboyAdd callbacks supporting generation and retrieval of...
2013-06-12 TrevorAdd support for arbitrary TLS extensions.
2013-04-09 Dr. Stephen HensonSuite B support for DTLS 1.2
2013-04-04 Dr. Stephen HensonMake TLS 1.2 ciphers work again.
2013-03-28 Dr. Stephen HensonEnable TLS 1.2 ciphers in DTLS 1.2.
2013-03-26 Dr. Stephen HensonProvisional DTLS 1.2 support.
2013-03-26 Dr. Stephen HensonExtend DTLS method macros.
2013-03-18 Dr. Stephen HensonUse enc_flags when deciding protocol variations.
2013-03-18 Dr. Stephen HensonUse appropriate versions of SSL3_ENC_METHOD
2013-03-18 Dr. Stephen HensonDTLS revision.
2013-03-11 Dr. Stephen HensonDTLS trace support.
2013-02-08 Andy Polyakovssl/*: revert "remove SSL_RECORD->orig_len" and merge...
2013-02-06 Andy Polyakovssl/*: remove SSL3_RECORD->orig_len to restore binary...
2013-02-06 Dr. Stephen HensonTiming fix mitigation for FIPS mode.
2013-02-06 Ben LaurieMake CBC decoding constant time.
2012-09-12 Dr. Stephen HensonAdd ctrl and utility functions to retrieve raw cipher...
2012-09-11 Ben LaurieCall OCSP Stapling callback after ciphersuite has been...
2012-08-31 Dr. Stephen Hensonperform sanity checks on server certificate type as...
2012-08-15 Dr. Stephen HensonAdd three Suite B modes to TLS code, supporting RFC6460.
2012-07-27 Dr. Stephen HensonMake tls1_check_chain return a set of flags indicating...
2012-07-24 Dr. Stephen HensonAbort handshake if signature algorithm used not support...
2012-07-24 Dr. Stephen Hensoncheck EC tmp key matches preferences
2012-07-23 Dr. Stephen HensonAdd support for certificate stores in CERT structure...
2012-07-18 Dr. Stephen HensonNew function ssl_set_client_disabled to set masks for...
2012-07-08 Dr. Stephen HensonAdd new ctrl to retrieve client certificate types,...
2012-07-03 Dr. Stephen HensonSeparate client and server permitted signature algorith...
2012-06-29 Dr. Stephen HensonAdd certificate callback. If set this is called wheneve...
2012-06-28 Dr. Stephen HensonFunction tls1_check_ec_server_key is now redundant...
2012-06-28 Dr. Stephen HensonAdd new "valid_flags" field to CERT_PKEY structure...
2012-06-25 Dr. Stephen HensonReorganise supported signature algorithm extension...
2012-06-22 Dr. Stephen HensonAdd support for application defined signature algorithm...
2012-06-18 Dr. Stephen HensonMake it possible to delete all certificates from an...
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2012-05-30 Ben LaurieRFC 5878 support.
2012-04-24 Dr. Stephen HensonSubmitted by: Peter Sylvester <peter.sylvester@edelweb.fr>
2012-04-23 Dr. Stephen Hensonoops, not yet ;-)
2012-04-23 Dr. Stephen Hensonupdate NEWS
next