openssl.git
2016-12-05 Matt CaswellVarious style fixes from the TLSv1.3 record changes...
2016-12-05 Matt CaswellChange various repeated rr[someindex] references to...
2016-12-05 Matt CaswellEnsure compressdata is always initialised
2016-12-05 Matt CaswellAdd a TLS1.3 TODO for the msg callback
2016-12-05 Matt CaswellAdd more TLS1.3 record tests
2016-12-05 Matt CaswellUpdate the record layer to use TLSv1.3 style record...
2016-12-05 Matt CaswellConvert TLS Record receipt to use PACKET
2016-12-05 Matt CaswellConvert TLS record construction to use WPACKET
2016-12-05 Matt CaswellAdd an ability to find out the current write location...
2016-12-03 Viktor DukhovniRestore last-resort expired untrusted intermediate...
2016-12-02 Kurt RoeckxRun a some tests with -DFUZZING_BUILD_MODE_UNSAFE_FOR_P...
2016-12-02 Kurt RoeckxMake the fuzzers more reproducible
2016-12-02 Kurt RoeckxMove libfuzzer sanitizer options to README
2016-12-02 Kurt RoeckxCMS fuzzer: also use id2
2016-12-02 Kurt RoeckxMake the random number generator predictable when fuzzing.
2016-12-02 Kurt RoeckxUse 8bit-counters when using libfuzzer
2016-12-02 Kurt Roeckxbndiv fuzzer: move new and free calls to the init and...
2016-12-02 Kurt Roeckxbignum fuzzer: move new and free calls to the init...
2016-12-02 Kurt Roeckxasn1parse: create the out bio during init, free it...
2016-12-02 Kurt RoeckxAdd a FuzzerClean() function
2016-12-02 Kurt RoeckxFuzzerInitialize always exists
2016-12-02 Kurt RoeckxFix formatting of fuzzers
2016-12-02 Matt CaswellFix a typo in bio_read_intern
2016-11-30 Matt CaswellMake refdata in tls13encryptest static
2016-11-30 Matt CaswellConvert tls13encryptiontest so that we pass around...
2016-11-29 Matt CaswellFix some style issues in the TLSv1.3 nonce construction...
2016-11-29 Matt CaswellFix a double free in tls13encryptiontest
2016-11-29 Matt CaswellFix a travis compilation error
2016-11-29 Matt CaswellAdd a test for TLSv1.3 encryption using the new nonce...
2016-11-29 Matt CaswellUse the TLSv1.3 nonce construction
2016-11-29 Matt CaswellFix mac-then-encrypt test with enable-tls1_3
2016-11-29 Matt CaswellEnsure we are in accept state in DTLSv1_listen
2016-11-28 Rich SalzMake bntest be (mostly) file-based.
2016-11-28 Emilia KasperTest mac-then-encrypt
2016-11-25 Dr. Stephen... add CMS SHA1 signing test
2016-11-25 Dr. Stephen... Fix ctrl operation for SHA1/MD5SHA1.
2016-11-25 Andy PolyakovINSTALL: clarify 386 and no-sse2 options.
2016-11-25 Andy Polyakovmodes/ctr128.c: fix false carry in counter increment...
2016-11-25 Andy Polyakovtest/evptests.txt: add regression test for false carry...
2016-11-25 Andy Polyakovbn/asm/ppc-mont.pl: signal no-op in 32-bit bit build.
2016-11-24 Kurt Roeckxcoveralls: Use gcov-5 since we build it using gcc-5
2016-11-24 Matt CaswellFix a bogus uninit var warning
2016-11-24 Matt CaswellFix a warning about an uninit var
2016-11-24 Emilia KasperRun BoringSSL tests on Travis
2016-11-24 Matt CaswellFix a missing function prototype in AFALG engine
2016-11-23 Matt CaswellFix missing NULL checks in key_share processing
2016-11-23 Matt CaswellFix missing NULL checks in CKE processing
2016-11-23 Matt CaswellUse ClientHello.legacy_version for the RSA pre-master...
2016-11-23 Matt CaswellFix some defines in ossl_shim
2016-11-23 Matt CaswellFix a double ;; causing a travis failure
2016-11-23 Matt CaswellFix an uninit variable usage
2016-11-23 Matt CaswellUpdate tls13secretstest to use the new simpler test...
2016-11-23 Matt CaswellFix some style issues with TLSv1.3 state machine PR
2016-11-23 Matt CaswellFix some style issues identified during review
2016-11-23 Matt CaswellFix SSL_IS_TLS13(s)
2016-11-23 Matt CaswellExtend test_tls13messages
2016-11-23 Matt CaswellAdd an s_server capability to read an OCSP Response...
2016-11-23 Matt CaswellAdd a test for the TLSv1.3 state machine
2016-11-23 Matt CaswellFix some TLSProxy warnings
2016-11-23 Matt CaswellEnsure unexpected messages are handled consistently
2016-11-23 Matt CaswellEnsure the end of first server flight processing is...
2016-11-23 Matt CaswellFix the tests following the state machine changes for...
2016-11-23 Matt CaswellCreate the Finished message payload
2016-11-23 Matt CaswellUpdate state machine to be closer to TLS1.3
2016-11-23 Matt CaswellImplement tls13_change_cipher_state()
2016-11-23 Matt CaswellRemove old style NewSessionTicket from TLSv1.3
2016-11-23 Matt CaswellFix EXTMS error introduced by commit 94ed2c6
2016-11-22 Richard LevitteClarify what X509_NAME_online does with the given buffe...
2016-11-21 Kurt RoeckxAdd missing -zdelete for some linux arches
2016-11-21 Todd ShortSkipping tests in evp_test leaks memory
2016-11-21 Kurt RoeckxMake SSL_read and SSL_write return the old behaviour...
2016-11-20 Dr. Stephen... Add test to check EVP_PKEY method ordering.
2016-11-18 Robert ScheckAvoid warnings like unused enum value (as suggested...
2016-11-18 Robert ScheckShift inside of switch back one level (code style chang...
2016-11-18 Robert ScheckAdd LMTP support (RFC 2033) to s_client ("-starttls...
2016-11-18 Beat BolliUse consistent variable names in example
2016-11-18 Beat BolliUpdate the location of the pod files
2016-11-17 Kurt RoeckxFix name of "locked" variable
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-11-17 Dr. Stephen... Support MSBLOB format if RC4 is disabled
2016-11-17 Andy Polyakovsha/asm/sha512-armv8.pl: fix big-endian support in...
2016-11-17 Matt CaswellFix missing SSL_IS_TLS13(s) usage
2016-11-17 Nicola TuveriHandle "int_ctx_new:unsupported algorithm" error
2016-11-17 Nicola TuveriDo not handle R_EC_X25519 as a special case
2016-11-17 Nicola TuveriRemove leftover KDF pointer
2016-11-17 Nicola TuveriUse CRYPTO_memcmp for comparing derived secrets
2016-11-17 Nicola TuveriReintroduce preliminary sanity check in ECDH speed...
2016-11-17 Nicola TuveriRemove ECDH_EVP_derive_key wrapper function
2016-11-17 Nicola TuveriMore coding style fixes
2016-11-17 Nicola TuveriRun util/openssl-format-source against apps/speed.c
2016-11-17 Nicola Tuveribugfix: calculate outlen for each curve
2016-11-17 Nicola TuveriHandle EVP_PKEY_derive errors and fix coding style...
2016-11-17 Nicola TuveriFix coding style and remove some stale code/comments
2016-11-17 Nicola TuveriUse EVP interface for ECDH in apps/speed.c
2016-11-17 Dr. Stephen... Add conversion test for MSBLOB format.
2016-11-17 Dr. Stephen... Make MSBLOB format work with dsa utility.
2016-11-17 Dr. Stephen... Fix MSBLOB format with RSA.
2016-11-17 FdaSilvaYYRaise an error on memory alloc failure.
2016-11-17 FdaSilvaYYMissing free item on push failure
2016-11-17 Rich SalzMerge find-undoc-api into find-doc-nits
next