]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2017-03-28  Rich SalzMove PRIu64, OSSLzu to e_os.h
2017-03-28  PauliAdd enable-aria where rc5 and md2 are built.
2017-03-28  Emilia Kasperasynctest: don't depend on apps
2017-03-28  Emilia KasperX509_cmp_time.pod: fix doc nits
2017-03-28  Hannes MagnussonRemove redundant decl of 509_STORE_set_flags
2017-03-28  Emilia KasperAdd documentation for X509 time functions
2017-03-27  Andy Polyakovapps/passwd.c: 32 bits are sufficient to hold ROUNDS_MAX.
2017-03-27  Richard LevitteIn err_cleanup(), cleanup the thread local storage too
2017-03-26  Andy Polyakovaes/asm/bsaes-armv7.pl: relax stack alignment requirement.
2017-03-25  Andy Polyakovengines/e_capi.c: formatting and styling fixes.
2017-03-25  Bernd EdlingerDon't access memory before checking the correct length...
2017-03-24  Matt CaswellMove the downgrade sentinel declarations to a header...
2017-03-24  Matt CaswellAdd a test for the TLSv1.3 downgrade mechanism
2017-03-24  Matt CaswellMake the TLSv1.3 downgrade mechanism a configurable...
2017-03-24  Matt CaswellAdd client side support for TLSv1.3 downgrade mechanism
2017-03-24  Matt CaswellAdd server side support for TLSv1.3 downgrade mechanism
2017-03-24  Zack Williams"any" instead of "and"
2017-03-24  Ian SpenceFix function documentation
2017-03-24  Andy Polyakovbn/asm/sparcv9-mont.pl: fix squaring code path.
2017-03-23  Rich SalzLook for comma before - in POD pages
2017-03-23  Richard LevitteFix find-doc-nits: { is significant in regexps
2017-03-22  Richard LevitteFix 80-test_ssl_old.t: only count the ciphers if there...
2017-03-22  Andy Polyakovmodes/ocb128.c: fix misaligned access in ILP32 builds...
2017-03-22  Andy Polyakovaes/asm/aesni-sha*-x86_64.pl: fix IV handling in SHAEXT...
2017-03-22  Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vp...
2017-03-22  Andy Polyakovx86_64 assembly pack: add some Ryzen performance results.
2017-03-22  Richard LevitteChange exit_checker comment on returned status
2017-03-21  Richard LevitteRefuse to run the PYCA external test if configured...
2017-03-21  Richard LevitteTravis: make a separate job for external tests
2017-03-21  Richard Levitte95-test_external_pyca_data/cryptography.py: only instal...
2017-03-21  Richard LevitteAdapt 20-test_enc.t and 20-test_enc_more.t to use statusvar
2017-03-21  Richard LevitteAdapt 80-test_ssl_old.t to use statusvar
2017-03-21  Richard LevitteOpenSSL::Test: add a statusvar option for run with...
2017-03-21  David BenjaminRemove duplicate X509_OBJECT free function.
2017-03-21  Matt CaswellAdd a test for resumption after HRR
2017-03-21  Matt CaswellFix resumption after HRR
2017-03-21  Richard LevitteRework how protocol specific ciphers in 80-test_ssl_old...
2017-03-20  Richard LevitteFix decoding of ASN.1 LONG and ZLONG items
2017-03-20  Rich SalzDocument BIO_printf family
2017-03-20  Richard LevitteFix docs for X509_CRL_get0_by_serial() and X509_CRL_get...
2017-03-20  Bernd EdlingerFix the error handling in CRYPTO_dup_ex_data.
2017-03-20  Richard LevitteFix a few internals tests
2017-03-20  Richard LevitteImprove testing of elliptic curve validation
2017-03-20  Joseph Birr... Improve testing of elliptic curve validation
2017-03-19  Joseph Birr... Update test vectors in tls13secretstest
2017-03-19  Joseph Birr... TLS1.3: Correct intermediate secret derivation
2017-03-19  Kurt RoeckxUse memcmp() instead of CRYPTO_memcmp() when fuzzing
2017-03-19  Kurt RoeckxMake the CRYPTO_memcmp() prototype match memcmp()
2017-03-18  Peter Wudoc: fix -keylogfile option
2017-03-17  Dr. Stephen... Implement certificate_authorities extension
2017-03-17  Dr. Stephen... Support draft-19 TLS certificate request format
2017-03-17  Dr. Stephen... Allow signature algorithms in TLS 1.3 certificate reque...
2017-03-17  Dr. Stephen... Move parsing and construction of CA names to separate...
2017-03-17  Péter BudaiFixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.
2017-03-17  Matt CaswellFix no-dtls builds
2017-03-17  Matt CaswellFix some undefined behaviour in stack test
2017-03-17  PauliAdd unit tests for the lhash functionality.
2017-03-16  Dr. Stephen... Add Client CA names tests
2017-03-16  Dr. Stephen... Add ExpectedClientCANames
2017-03-16  Dr. Stephen... Remove obsolete version test when returning CA names.
2017-03-16  Todd ShortAdd TLSv1.3 draft-19 messages to trace
2017-03-16  Matt CaswellHandle TLSv1.3 being disabled in clienthello test
2017-03-16  Matt CaswellAdd tests for the padding extension
2017-03-16  Matt CaswellFix the Padding extension
2017-03-16  Matt CaswellUpdates following review feedback
2017-03-16  Matt CaswellAdd some HRR tests
2017-03-16  Matt CaswellAdd some more PSK tests
2017-03-16  Matt CaswellFix ciphersuite handling during an HRR
2017-03-16  Matt CaswellEnsure after an HRR any PSKs have the right hash
2017-03-16  Matt CaswellHelloRetryRequest updates for draft-19
2017-03-16  Matt CaswellCheck ClientHello boundary as per draft-19
2017-03-16  Matt CaswellMerge early_data_info extension into early_data
2017-03-16  Matt CaswellUpdate end of early data processing for draft-19
2017-03-16  Matt CaswellUpdate the TLSv1.3 secrets test vectors for draft-19
2017-03-16  Matt CaswellUpdate secret generation for draft-19
2017-03-16  Matt CaswellUpdate the TLSv1.3 version indicator for draft-19
2017-03-16  Paul YangFix typo in ASYNC_WAIT_CTX_new.pod doc
2017-03-16  FdaSilvaYYSimplify code around next_proto.len by changing 'len...
2017-03-16  Benjamin KadukRemove documentation of deleted function
2017-03-16  Benjamin KadukRemove unused typedefs from indent config
2017-03-16  Benjamin KadukRemove some unused PEM structures
2017-03-16  PauliRename the test_stack recipe file name to be consistent...
2017-03-15  Bernd EdlingerFixed a crash in print_notice.
2017-03-15  Benjamin KadukRemove dead code
2017-03-15  Benjamin KadukTighten up client status_request processing
2017-03-15  Richard LevitteForgotten 'make update'
2017-03-15  Richard LevitteVMS: turning off CALL_DEBUG isn't possible on Alpha
2017-03-15  Richard LevitteAdd EC_KEY_get0_engine()
2017-03-15  PauliRewrite the documentation for sk_TYPE_find() and sk_TYP...
2017-03-15  PauliUnit tests for crypto/stack.
2017-03-15  Matt CaswellFix a hang in tests that use sessionfile
2017-03-15  Andy PolyakovNOTES.WIN: mention Strawberry Perl as option.
2017-03-15  Andy Polyakovtest/recipes/03-test_internal_*: call setup() first.
2017-03-15  Benjamin KadukClear alpn_selected_len for clients, too
2017-03-15  Richard LevitteVMS: don't use /DSF, turn off CALL_DEBUG instead
2017-03-15  Jon SpillettAdd Python Cryptography.io external test suite
2017-03-15  Dr. Stephen... Add additional RSA-PSS and RSA-OAEP tests.
2017-03-14  Matt CaswellRe-enable some BoringSSL tests
2017-03-14  Matt CaswellSSL_get_peer_cert_chain() does not work after a resumption
2017-03-14  Matt CaswellEnsure we set the session id context in ossl_shim
next