openssl.git
2017-02-21 Bernd EdlingerFix i2d_SSL_SESSION pp output parameter should point...
2017-02-21 Andy Polyakovappveyor.yml: engage VC-WIN64A-masm.
2017-02-21 Dmitry BelyavskiyFix memory leak in pkcs12 -export
2017-02-21 Bernd EdlingerFix some more memory leaks with TXT_DB_insert.
2017-02-21 Bernd EdlingerFix a few memleaks in TXT_DB.
2017-02-21 Dmitry BelyavskiyProvided support for the -nameopt flag in s_client...
2017-02-21 Rich SalzPrevent OOB in SRP base64 code.
2017-02-21 Kurt RoeckxUpdate client, server and x509 fuzz corpus
2017-02-21 Dr. Stephen... Check validity, not just signing for all certificates
2017-02-21 Dr. Stephen... Add no siglags test for ECDSA certificate
2017-02-21 Dr. Stephen... Set default validity flags.
2017-02-21 Dr. Stephen... remove md array: it is not used any more.
2017-02-21 HikarRemoved ugly size_t less than zero check.
2017-02-21 PauliEnsure minsize >= sizeof(SH_LIST)
2017-02-21 Paulifix spelling of Camellia in comment
2017-02-21 PauliImplementation of the ARIA cipher as described in RFC...
2017-02-21 Dmitry BelyavskiyAdded '-nameopt' option to the verify command.
2017-02-21 Rich SalzDon't call memcpy if len is zero.
2017-02-20 Kurt RoeckxRevert "Use memcmp() instead of CRYPTO_memcmp() when...
2017-02-19 Andy Polyakov.travis.yml: remove osx from build matrix.
2017-02-19 Kurt RoeckxUse memcmp() instead of CRYPTO_memcmp() when fuzzing
2017-02-19 Todd ShortInternal siphash tests are not run.
2017-02-19 Richard LevitteVMS fix of test/recipes/80-test_ssl_new.t
2017-02-19 Richard LevitteFix no-dh and no-dsa
2017-02-17 Richard LevitteIf all versions of a proto are disabled, disabled the...
2017-02-17 Andy Polyakovtest/README: clarify last test number group
2017-02-17 Dr. Stephen... Explicitly disallow DSA for TLS 1.3
2017-02-17 Dr. Stephen... add DSA cert tests
2017-02-17 Dr. Stephen... Add DH parameters, DSA cert and key
2017-02-17 Dr. Stephen... Add DSA support to mkcert.sh
2017-02-17 Dr. Stephen... Add and use function test_pem to work out test filenames.
2017-02-17 Bernd EdlingerFix a slightly confusing if condition in a2i_ASN1_INTEGER.
2017-02-17 Matt CaswellFix a merge error
2017-02-17 Richard LevitteFix test_x509_store
2017-02-17 Richard LevitteFix symbol shadow
2017-02-17 Matt CaswellUpdates following review feedback
2017-02-17 Matt CaswellDon't use an enum in the return type for a public API...
2017-02-17 Matt CaswellAdd some KeyUpdate tests
2017-02-17 Matt CaswellAdd documentation for SSL_key_update() and SSL_get_key_...
2017-02-17 Matt CaswellFix a shadowed global variable warning
2017-02-17 Matt CaswellUpdates following review feedback
2017-02-17 Matt CaswellLimit the number of KeyUpdate messages we can process
2017-02-17 Matt CaswellActually update the keys when a KeyUpdate message is...
2017-02-17 Matt CaswellIf we receive an "update_requested" KeyUpdate then...
2017-02-17 Matt CaswellAdd the ability for a server to receive a KeyUpdate...
2017-02-17 Matt CaswellAdd the ability for s_client to send a KeyUpdate message
2017-02-17 Matt CaswellAdd a SSL_get_key_update_type() function
2017-02-17 Matt CaswellAdd the ability for a client to send a KeyUpdate message
2017-02-17 Matt CaswellAdd the ability for a client to receive a KeyUpdate...
2017-02-17 Matt CaswellAdd SSL_trace() support for KeyUpdate messages
2017-02-17 Matt CaswellAdd a capability to s_server to send KeyUpdate messages
2017-02-17 Matt CaswellProvide a function to send a KeyUpdate message
2017-02-17 David BenjaminFix typo in x86_64-mont5.pl CFI directives
2017-02-16 Richard LevitteAdd a test of the X509_STORE / X509_LOOKUP API
2017-02-16 Richard Levittetest/README: clarify test number groups
2017-02-16 Matt CaswellFix a mem leak in ssl_test_ctx.c
2017-02-16 Dr. Stephen... Add client auth TLS 1.3 certificate selection tests
2017-02-16 Dr. Stephen... Add ECDSA client certificates
2017-02-16 Dr. Stephen... Use tls_choose_sigalg for client auth.
2017-02-16 Dr. Stephen... Add client side support to tls_choose_sigalg.
2017-02-16 lrnsChange req_check_len error message, it also accepts...
2017-02-16 Benjamin KadukUse _WIN32 over WIN32 for preprocessor conditional
2017-02-16 Matt CaswellUpdate CHANGES and NEWS for new release
2017-02-16 Matt CaswellRemove an OPENSSL_assert() and replace with a soft...
2017-02-16 Matt CaswellDon't change the state of the ETM flags until CCS proce...
2017-02-16 Matt CaswellProvide a test for the Encrypt-Then-Mac renegotiation...
2017-02-16 Dr. Stephen... Fix warning
2017-02-16 Robert ScheckHandle negative reply for NNTP STARTTLS in s_client
2017-02-16 Kazuki YamaguchiProperly zero cipher_data for ChaCha20-Poly1305 on...
2017-02-15 Andy Polyakovcrypto/armcap.c: short-circuit processor capability...
2017-02-15 Andy PolyakovARMv4 assembly pack: harmonize Thumb-ification of iOS...
2017-02-15 Dr. Stephen... Set current certificate to selected certificate.
2017-02-15 Andy Polyakovsha/asm/*-x86_64.pl: add CFI annotations.
2017-02-15 Bernd EdlingerRework error handling of custom_ext_meth_add towards...
2017-02-15 Matt CaswellFix merge issue
2017-02-15 Dr. Stephen... Skip curve check if sigalg doesn't specify a curve.
2017-02-15 Dr. Stephen... Use CERT_PKEY pointer instead of index
2017-02-15 Dr. Stephen... Simplify tls_construct_server_key_exchange
2017-02-15 Dr. Stephen... Use cert_index and sigalg
2017-02-15 Dr. Stephen... Add sigalg for earlier TLS versions
2017-02-15 Dr. Stephen... Change tls_choose_sigalg so it can set errors and alerts.
2017-02-15 Dr. Stephen... add ssl_has_cert
2017-02-14 FdaSilvaYYFix a few typos
2017-02-14 Guido VrankenRemove obsolete comment
2017-02-14 Guido VrankenPrevents that OPENSSL_gmtime incorrectly signals succes...
2017-02-14 Bernd EdlingerUse TLSEXT_KEYNAME_LENGTH in tls_decrypt_ticket.
2017-02-14 Guido VrankenPrevent allocations of size 0 in sh_init, which are...
2017-02-14 Robert ScheckAdd Sieve support (RFC 5804) to s_client ("-starttls...
2017-02-14 Rich SalzAdd no-ec build
2017-02-14 Dr. Stephen... Make -xcert work again.
2017-02-14 Matt CaswellFix no-ec compilation
2017-02-14 Matt CaswellRemove a double call to ssl3_send_alert()
2017-02-14 Matt CaswellFix a bogus uninit variable warning
2017-02-14 Matt CaswellAdd a bytestogroup macro
2017-02-14 Matt CaswellVarious style fixes following review feedback
2017-02-14 Matt CaswellUpdate the tls13messages test to add some HRR scenarios
2017-02-14 Matt CaswellUpdate the kex modes tests to check various HRR scenarios
2017-02-14 Matt CaswellUpdate TLSProxy to know about HelloRetryRequest messages
2017-02-14 Matt CaswellUpdate test counting in checkhandshake.pm
2017-02-14 Matt CaswellUpdate the key_share tests for HelloRetryRequest
next