Additional "chain_cert" functions.
[openssl.git] / ssl /
2013-11-13 Rob StradlingAdditional "chain_cert" functions.
2013-11-13 Krzysztof KwiatkowskiDelete duplicate entry.
2013-11-06 Dr. Stephen HensonExperimental workaround TLS filler (WTF) extension.
2013-11-06 Dr. Stephen HensonEnable PSK in FIPS mode.
2013-11-06 Dr. Stephen HensonSync error codes with 1.0.2-stable
2013-11-02 Dr. Stephen HensonAdd brainpool curves to trace output.
2013-11-01 Robin SeggelmannDTLS/SCTP Finished Auth Bug
2013-11-01 Piotr SikoraFix SSL_OP_SINGLE_ECDH_USE
2013-11-01 Dr. Stephen HensonAdd -ecdh_single option.
2013-11-01 Dr. Stephen HensonFix warning.
2013-10-22 Dr. Stephen HensonAdd SSL_CONF command to set DH Parameters.
2013-10-22 Dr. Stephen HensonFix argument processing.
2013-10-21 Dr. Stephen HensonConstification.
2013-10-21 Ben LaurieRemove unused variable.
2013-10-21 Nick MathewsonFix another gmt_unix_time case in server_random
2013-10-21 Nick MathewsonDo not include a timestamp in the Client/ServerHello...
2013-10-20 Dr. Stephen HensonExtend SSL_CONF
2013-10-20 Dr. Stephen HensonTypo.
2013-10-20 Dr. Stephen HensonPrevent use of RSA+MD5 in TLS 1.2 by default.
2013-10-15 Dr. Stephen HensonAdd brainpool curves to NID table too.
2013-10-15 Dr. Stephen HensonRFC7027 (Brainpool for TLS) support.
2013-10-08 Andy Polyakovssl/s3_pkt.c: add initial multi-block encrypt.
2013-09-25 Ben LaurieShow useful errors.
2013-09-20 Ben LaurieMerge remote-tracking branch 'trevp/pemfix' into trev...
2013-09-18 Dr. Stephen HensonFix error code clashes.
2013-09-17 Dr. Stephen HensonDTLS version usage fixes.
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-13 Rob StradlingTidy up comments.
2013-09-13 Rob StradlingUse TLS version supplied by client when fingerprinting...
2013-09-13 Rob StradlingFix compilation with no-ec and/or no-tlsext.
2013-09-08 Dr. Stephen HensonExperimental encrypt-then-mac support.
2013-09-07 Dr. Stephen HensonSet TLS v1.2 disabled mask properly.
2013-09-06 Ben LaurieMore cleanup.
2013-09-06 Ben LaurieMake it build.
2013-09-06 Scott DeboyAdd callbacks supporting generation and retrieval of...
2013-09-05 Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2013-09-05 Rob StradlingDon't prefer ECDHE-ECDSA ciphers when the client appear...
2013-08-17 Dr. Stephen HensonMake no-ec compilation work.
2013-08-17 Dr. Stephen HensonReturn 1 when setting ECDH auto mode.
2013-08-13 Michael TuexenDTLS message_sequence number wrong in rehandshake Serve...
2013-08-08 Michael TuexenDTLS handshake fix.
2013-07-31 Trevor PerrinVarious custom extension fixes.
2013-07-22 Adam LangleyAdd tests for ALPN functionality.
2013-07-22 Adam LangleySupport ALPN.
2013-06-28 TrevorCosmetic touchups.
2013-06-28 Dr. Stephen HensonFix duplicate error code.
2013-06-18 TrevorCleanup of custom extension stuff.
2013-06-13 Adam LangleyLimit the number of empty records that will be processe...
2013-06-13 Adam LangleyThis change alters the processing of invalid, RSA pre...
2013-06-12 TrevorAdd support for arbitrary TLS extensions.
2013-05-13 Andy PolyakovAdd AES-SHA256 stitch.
2013-04-14 Dr. Stephen HensonTypo.
2013-04-09 Dr. Stephen HensonSuite B support for DTLS 1.2
2013-04-09 Dr. Stephen HensonAlways return errors in ssl3_get_client_hello
2013-04-09 Dr. Stephen HensonDual DTLS version methods.
2013-04-08 Dr. Stephen HensonSet s->d1 to NULL after freeing it.
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-28 Dr. Stephen HensonUpdate fixed DH requirements.
2013-03-28 Dr. Stephen HensonDTLS 1.2 cached record support.
2013-03-26 Dr. Stephen HensonProvisional DTLS 1.2 support.
2013-03-26 Dr. Stephen HensonRemove versions test from dtls1_buffer_message
2013-03-26 Dr. Stephen HensonExtend DTLS method macros.
2013-03-26 Dr. Stephen HensonEnable various DTLS extensions.
2013-03-19 Dr. Stephen HensonDisable compression for DTLS.
2013-03-19 Dr. Stephen HensonTypo.
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-18 Michael TuexenAvoid unnecessary fragmentation.
2013-03-11 Dr. Stephen HensonDTLS trace support.
2013-02-26 Dr. Stephen HensonFix error codes.
2013-02-21 Ben LaurieFix ignored return value warnings.
2013-02-21 Ben Lauriemake depend.
2013-02-12 David WoodhouseCheck DTLS_BAD_VER for version number.
2013-02-11 Dr. Stephen HensonFix in ssltest is no-ssl2 configured
2013-02-08 Andy Polyakovs3_cbc.c: make CBC_MAC_ROTATE_IN_PLACE universal.
2013-02-08 Andy Polyakovs3_cbc.c: get rid of expensive divisions.
2013-02-08 Andy Polyakovs3_cbc.c: fix warning [in Windows build].
2013-02-08 Andy Polyakovssl/*: revert "remove SSL_RECORD->orig_len" and merge...
2013-02-06 Adam LangleyFix for EXP-RC2-CBC-MD5
2013-02-06 Andy Polyakove_aes_cbc_hmac_sha1.c: address the CBC decrypt timing...
2013-02-06 Andy Polyakovssl/*: remove SSL3_RECORD->orig_len to restore binary...
2013-02-06 Dr. Stephen HensonDon't access EVP_MD_CTX internals directly.
2013-02-06 Andy Polyakovs3/s3_cbc.c: allow for compilations with NO_SHA256...
2013-02-06 Andy Polyakovssl/s3_cbc.c: md_state alignment portability fix.
2013-02-06 Andy Polyakovssl/s3_cbc.c: uint64_t portability fix.
2013-02-06 Dr. Stephen Hensontypo.
2013-02-06 Dr. Stephen HensonTiming fix mitigation for FIPS mode.
2013-02-06 Ben LaurieOops. Add missing file.
2013-02-06 Ben LaurieUpdate DTLS code to match CBC decoding in TLS.
2013-02-06 Ben LaurieDon't crash when processing a zero-length, TLS >= 1...
2013-02-06 Ben LaurieMake CBC decoding constant time.
2013-02-06 Ben LaurieAdd and use a constant-time memcmp.
2013-02-04 Dr. Stephen HensonFix for trace code: SSL3 doesn't include a length value for
2013-01-24 Dr. Stephen HensonFix warning: lenmax isn't used any more.
2013-01-19 Andy PolyakovImprove WINCE support.
2013-01-19 Ben LaurieMerge branch 'master' of openssl.net:openssl
next