openssl.git
2017-07-30 Xiaoyin LiuFix typo in ASN1_TIME_set.pod
2017-07-30 Xiaoyin LiuFix typos in files in ssl directory
2017-07-30 Paul YangUpdate ASN1_TIME_to_tm's documentation
2017-07-30 Xiaoyin LiuUpdate copyright header
2017-07-30 Xiaoyin LiuRemove redundant declarations in ssl_locl.h
2017-07-30 Xiaoyin LiuRemove redundant declarations in record_locl.h
2017-07-29 Dr. Stephen... make update
2017-07-29 Dr. Stephen... Add list -public-key-methods
2017-07-29 Dr. Stephen... Add public key method enumeration function.
2017-07-29 Bernd EdlingerAdd some test coverage for OPENSSL_secure_clear_free
2017-07-29 Bernd EdlingerUse OPENSSL_secure_clear_free in STORE file_load
2017-07-29 Bernd EdlingerUse OPENSSL_secure_clear_free in PEM_read_bio_PrivateKe...
2017-07-29 Bernd EdlingerDocument OPENSSL_secure_clear_free
2017-07-29 Bernd EdlingerUse OPENSSL_secure_clear_free for secure mem BIOs and...
2017-07-29 Bernd EdlingerImplement the CRYPTO_secure_clear_free function
2017-07-29 Bernd EdlingerAdd some test coverage for PEM_read_bio_PrivateKey
2017-07-29 Bernd EdlingerClean password buffer on stack for PEM_read_bio_PrivateKey
2017-07-28 Paul YangFix rsa -check option
2017-07-28 Paul YangMake SSL_set_tlsext_host_name no effect from server...
2017-07-28 Paul YangFix coding style nits in crypto/asn1/a_strnid.c
2017-07-28 Paul YangFix a reference nit in doc
2017-07-28 Richard LevittePerl: Use File::Glob::bsd_glob rather than File::Glob...
2017-07-27 PauliFormatting & declaration cleanse.
2017-07-27 PauliOPENSSL_NO_ENGINE defined causes build failures
2017-07-27 Benjamin KadukRemove trailing whitespace from store-related man pages
2017-07-27 Benjamin KadukImprove style
2017-07-27 Benjamin KadukCatch up to the removal of OSSL_STORE_open_file()
2017-07-27 Benjamin KadukFixups for STORE commit
2017-07-27 Benjamin KadukDefine a value for SYS_F_FCNTL
2017-07-27 PauliFix trivial coding style nits in a_time/a_tm files
2017-07-27 David BenjaminFix comment typo.
2017-07-27 Xiaoyin LiuVarious doc fixes.
2017-07-26 Rich SalzInstall custom RAND_METHOD for fuzzing
2017-07-26 PauliFix the two new tests since approval.
2017-07-26 PauliUpdate the test framework so that the need for test_mai...
2017-07-26 Richard LevitteSimplify the handling of shared library version numbers
2017-07-26 Hubert Karioadd basic references to the new methods in documentation
2017-07-26 Hubert Kariohandle scrypt PBKDF in PKCS#12 files info
2017-07-26 Hubert Karionicer formatting for MAC info
2017-07-26 Hubert Kariomake scrypt ASN.1 parameter functions public
2017-07-26 Hubert Kariomore info about PKCS#12 structure MAC
2017-07-26 Hubert Kariopkcs12.c better formatting for unsupported params
2017-07-26 Hubert Kariofix OSSL_STORE man pages
2017-07-26 Paul YangAdd test cases and docs for ASN1_STRING_TABLE_* functions
2017-07-26 Emeric BrunFix async engine pause dead lock in error case.
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.
next