openssl.git
2017-07-20 Paul YangSupport converting cipher name to RFC name and vice...
2017-07-20 Benjamin KadukFix out-of-bounds read in ctr_XOR
2017-07-20 Benjamin Kaduktypedef's for RAND_DRBG methods
2017-07-20 Benjamin KadukRemove trailing whitespace from drbgtest.c
2017-07-20 Rich SalzRename internal rand.h file
2017-07-20 Richard LevitteFix faulty include
2017-07-20 Rich SalzAdd range-checking to RAND_DRBG_set_reseed_interval
2017-07-19 Dr. Stephen... Add keygen test data
2017-07-19 Dr. Stephen... Add keygen test to evp_test
2017-07-19 Dr. Stephen... Typo: should check mgf1md
2017-07-19 Dr. Stephen... Set maskHash when creating parameters.
2017-07-19 Matt CaswellRemove some dead code
2017-07-19 Matt CaswellFix undefined behaviour in e_aes_cbc_hmac_sha256.c...
2017-07-19 Rich SalzAdd DRBG random method
2017-07-18 Matt CaswellAdd some performance notes about early data
2017-07-18 Matt CaswellRemove session checks from SSL_clear()
2017-07-18 Matt CaswellAdd a test for SSL_clear()
2017-07-18 Matt CaswellFix SSL_clear() in TLSv1.3
2017-07-18 Matt CaswellTolerate a zero length ticket nonce
2017-07-18 Matt CaswellAdd a test for early_data when an HRR occurs
2017-07-18 Matt CaswellFix early_data with an HRR
2017-07-18 Emilia KasperRSA_padding_check_PKCS1_type_2 is not constant time.
2017-07-17 Emilia KasperRemove resolved TODO
2017-07-17 Bernd EdlingerFix bogus use of BIO_sock_should_retry.
2017-07-17 Tatsuhiro TsujikawaFix TLSv1.3 exporter secret
2017-07-17 Rich SalzFix use-after-free
2017-07-17 PauliFix some pedantic warnings.
2017-07-16 Rich SalzStandardize apps use of -rand, etc.
2017-07-16 Rich SalzDon't use "version" in "OpenSSL Version 1.1.0" etc
2017-07-16 PauliAddress Coverity issues.
2017-07-15 Andy Polyakovsha/asm/keccak1600-avx2.pl: optimized remodelled version.
2017-07-15 Andy Polyakovsha/asm/keccak1600-avx2.pl: remodel register usage.
2017-07-15 Richard Levittetestutil: stanza files are text files, open them as...
2017-07-15 Richard LevitteOSSL_STORE "file" scheme loader: check that a DOS devic...
2017-07-15 Richard LevitteOSSL_STORE "file" scheme loader: check for absolute...
2017-07-15 Richard Levittetest/recipes/90-test_store.t: Add a few cases with...
2017-07-15 Richard LevitteOSSL_STORE: Treat URIs as files first (with exceptions...
2017-07-15 Richard LevitteOSSL_STORE: spell error reason correctly
2017-07-15 Richard Levittetest/recipes/90-test_store.t: Test absolute files
2017-07-15 Richard Levittetest/recipes/90-test_store.t: Rename some functions
2017-07-15 Rich SalzStart to overhaul RAND API
2017-07-14 Richard LevitteFor Windows, use _stat rather than stat
2017-07-14 Richard LevitteFix style in crypto/store/loader_file.c
2017-07-14 Roelof duToitUpdate PR#3925
2017-07-14 Roelof duToitRetry SSL_read on ERROR_WANT_READ.
2017-07-14 Todd ShortFix #946 Add -preserve_dates to x509 app
2017-07-13 Rich SalzFix bug in err_string_data_cmp
2017-07-13 PauliRemove trailing blanks.
2017-07-13 PauliTest cleaning and modernisation
2017-07-13 PauliChange return (x) to return x
2017-07-13 PauliAvoid having an unsigned integer decrement below zero.
2017-07-13 PauliFix some issues raise by coverity in the tests.
2017-07-13 Dr. Stephen... Add sanity test for certificate table
2017-07-13 Dr. Stephen... Move certificate table to header file so it can be...
2017-07-13 Dr. Stephen... Add additional ECDSA/Ed25519 selection tests.
2017-07-13 Dr. Stephen... Use cert tables in ssl_set_sig_mask
2017-07-13 Dr. Stephen... make errors
2017-07-13 Dr. Stephen... Use cert tables instead of X509_certificate_type
2017-07-13 Dr. Stephen... Use certificate tables instead of ssl_cert_type
2017-07-13 Dr. Stephen... Use certificate tables instead of ssl_cipher_get_cert_i...
2017-07-13 Dr. Stephen... Replace tls12_get_pkey_idx
2017-07-13 Dr. Stephen... Add SSL_aCERT: this is used for any ciphersuite with...
2017-07-13 Dr. Stephen... Add certificate properties table.
2017-07-12 PauliDemo style fixes and modernisation.
2017-07-12 hongliangcoding style: remove extra whitespace charactor
2017-07-12 Rich SalzRewrite RAND_egd
2017-07-10 Bernd EdlingerFix error handling in get_header_and_data.
2017-07-10 Bernd EdlingerFix crash in BUF_MEM_grow_clean.
2017-07-10 Andy PolyakovOptimize sha/asm/keccak1600-avx2.pl.
2017-07-10 Andy PolyakovAdd sha/asm/keccak1600-avx2.pl.
2017-07-07 PauliTrivial bounds checking.
2017-07-08 Richard LevitteFix cipher_compare
2017-07-08 Rich SalzUpdate various RAND podpages
2017-07-07 Matt CaswellFix s_client crash where the hostname is provided as...
2017-07-07 Matt CaswellSome SSL_OP_ values can't be used in 1.1.x
2017-07-07 Matt CaswellChoose a safer value for SSL_OP_ALLOW_NO_DHE_KEX
2017-07-07 Matt CaswellUpdate the documentation for the new SSL_OP_ALLOW_NO_DH...
2017-07-07 Matt CaswellDo not allow non-dhe kex_modes by default
2017-07-07 Matt CaswellUpdates following review feedback of TLSv1.3 draft...
2017-07-07 Matt CaswellUpdate SSL_trace() to know about ticket_nonce
2017-07-07 Matt CaswellUpdate the early_secret generation to use the new ticke...
2017-07-07 Matt CaswellUpdate the test/session.pem to have a tick_nonce value
2017-07-07 Matt CaswellUpdate tls13_hkdf_expand() to take the length of the...
2017-07-07 Matt CaswellThe correct key length for a TLSv1.3 SHA384 ciphersuite...
2017-07-07 Matt CaswellSend and receive the ticket_nonce field in a NewSession...
2017-07-07 Matt CaswellUpdate the version number for TLSv1.3 draft 21
2017-07-07 Matt CaswellFix memory leak when using PSK session files
2017-07-07 Richard Levittetest/run_tests.pl: Make sure to exit with a code that...
2017-07-07 Richard Levittetest/recipes/90-test_shlibload.t: Make sure to handle...
2017-07-07 Richard LevitteVMS: When running a sub-MMS, make sure to give it the...
2017-07-07 Andy PolyakovAdd sha/asm/keccak1600-avx512.pl.
2017-07-07 PauliAddress potential buffer overflows.
2017-07-07 Paulichange return (x) to return x
2017-07-07 PauliRearrange link line so the libraries come after the...
2017-07-06 Rich SalzRemove some now-unneeded VMS controls
2017-07-06 PauliBIO range checking.
2017-07-06 Rich SalzCleanup RAND_load_file,RAND_write_file
2017-07-06 PauliMemory bounds checking in asn1 code.
2017-07-06 PauliBounds check string functions in apps.
2017-07-05 Rich SalzAdd two trivial fixes from old commits
next