openssl.git
2017-07-26 Todd ShortAdd support to free/allocate SSL buffers
2017-07-26 PauliFix potential use-after-free and memory leak
2017-07-25 Andy PolyakovWire SHA3 EVPs and add tests.
2017-07-25 Andy PolyakovAdd evp/m_sha3.c.
2017-07-25 Andy Polyakovsha/keccak1600.c: build and make it work with strict...
2017-07-25 Andy Polyakovcrypto/x86_64cpuid.pl: fix typo in Knights Landing...
2017-07-24 Andy Polyakovaes/asm/aesni-sha*-x86_64.pl: add SHAEXT performance...
2017-07-24 Andy Polyakovevp/e_aes_cbc_hmac_sha256.c: give SHAEXT right priority.
2017-07-24 Andy Polyakovsha/asm/keccak1600-avx512.pl: improve performance by...
2017-07-24 Xiaoyin Liuschlock global variable needs to be volatile
2017-07-24 lolyonokFix nid assignment in ASN1_STRING_TABLE_add
2017-07-24 Richard LevitteMakefile.shared: Make link_shlib.linux-shared less...
2017-07-24 Richard Levittetest/recipes/80-test_tsa.t: Don't trust 'OPENSSL_CONF'
2017-07-24 Richard LevitteSimplify Makefile.shared
2017-07-24 PauliImprove struct tm population
2017-07-23 Paul YangAdd asn1_time_to_tm function and check days in month
2017-07-23 Paul YangUpdate documentation for SSL_is_server()
2017-07-23 Xiaoyin LiuRemove unused function prototypes
2017-07-23 Paul YangUpdate doc/ca.pod to clarify description for dates
2017-07-23 Johannes BauerFix const correctness of EC_KEY_METHOD_get_*
2017-07-22 Rich SalzAdd --with-rand-seed
2017-07-21 Andy Polyakovsha/asm/keccak1600-avx512.pl: absorb bug-fix and minor...
2017-07-21 Andy Polyakovx86_64 assembly pack: "optimize" for Knights Landing...
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...
next