]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2017-02-23  Benjamin KadukLet test handshakes stop on certain errors
2017-02-23  Benjamin KadukUse correct variable in test diagnostic
2017-02-23  Benjamin KadukAdopt test to changed behavior
2017-02-23  Benjamin KadukTests for SSL early callback
2017-02-23  Benjamin KadukAdd SSL_CTX early callback
2017-02-23  Benjamin KadukPrepare for WORK_MORE_C
2017-02-23  Benjamin KadukTests for SSL_bytes_to_cipher_list()
2017-02-23  Benjamin KadukRefactor SSL_bytes_to_cipher_list()
2017-02-23  Benjamin KadukExport SSL_bytes_to_cipher_list()
2017-02-23  Benjamin KadukLet ssl_get_cipher_by_char yield not-valid ciphers
2017-02-23  Benjamin KadukAdd more first-class support for SCSVS
2017-02-23  Benjamin KadukMove CLIENTHELLO_MSG up in the header
2017-02-23  Benjamin KadukStore the number of extensions in CLIENTHELLO_MSG
2017-02-23  Benjamin Kadukoutput number of exts from tls_collect_extensions()
2017-02-23  Richard LevitteCheck for the presence of _WIN32 rather than its value.
2017-02-23  Richard LevitteIn apps/rehash.c, decorate the inclusion of internal...
2017-02-23  PauliAdd a test case that tests more of the cipher modes.
2017-02-23  Richard LevitteOn VMS, massage the fetch file names to remove the...
2017-02-22  Richard LevitteLet the output from 'openssl enc -ciphers' go to stdout
2017-02-22  Richard LevitteFix typo, should be && rather than &
2017-02-22  Bernd EdlingerRemove -Wno-parentheses-equality from gcc --strict...
2017-02-22  Richard LevitteFix typo, missing ||
2017-02-22  Rich SalzIterate over EC_GROUP's poly array in a safe way
2017-02-22  Richard LevitteMake "openssl rehash" work on VMS 8.3 and up
2017-02-22  Richard LevitteHave the directory reader use the Unix API on VMS
2017-02-22  Rob Percivalapps/req.c: flag "-new" is implied by "-precert"
2017-02-22  Rob PercivalChange CA.pl flag from --newprecert to --precert
2017-02-22  Rob PercivalDocumentation for the -precert flag for "openssl req"
2017-02-22  Rob PercivalBasic test for "openssl req -precert" via apps/CA.pl
2017-02-22  Rob PercivalAdds a "-precert" flag to "openssl req" for creating...
2017-02-22  Bernd EdlingerAdd some more consistency checks in tls_decrypt_ticket.
2017-02-22  Richard LevitteCorrect the no-dh and no-dsa fix
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
next