openssl.git
2017-10-26 Matt CaswellDon't use strcasecmp and strncasecmp for IA5 strings
2017-10-25 Paul YangFix doc-nits in doc/man3/DEFINE_STACK_OF.pod
2017-10-25 Paul YangFix mismatch of function prototype and document
2017-10-25 Paul YangAdd sk_TYPE_new_reserve() function
2017-10-25 Richard Levittedoc/man3/d2i_X509.pod: add {d2i,i2d}_DSA_PUBKEY in...
2017-10-25 Ronald TseCHANGES: remove empty whitespaces
2017-10-25 Bernd EdlingerFix error handling in SSL_new
2017-10-24 Richard Levitteasn1_item_embed_new(): if locking failed, don't call...
2017-10-24 Richard Levitteasn1_item_embed_new(): don't free an embedded item
2017-10-24 Matt CaswellDon't make any changes to the lhash structure if we...
2017-10-23 Xiangyu BuFix memory leak in GENERAL_NAME_set0_othername.
2017-10-23 Richard Levitteasn1_item_embed_new(): don't free an embedded item
2017-10-23 Matt CaswellCorrect value for BN_security_bits()
2017-10-22 Patrick Steuere_os.h: add prandom and hwrng to the list of random...
2017-10-22 KaoruTodaapps/s_client.c: add missing null check
2017-10-21 KaoruTodaRemove duplicate assignment.
2017-10-21 KaoruTodaVarious clean-ups
2017-10-20 Jakub JelenECDSA_* is deprecated. EC_KEY_* is used instead
2017-10-18 Rich SalzAdditional name for all commands
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-18 Benjamin KadukAdd missing RAND_DRBG locking
2017-10-18 Dr. Matthias... Remove unnecessary DRBG_RESEED state
2017-10-18 Dr. Matthias... Fix reseeding issues of the public RAND_DRBG
2017-10-17 Patrick Steuers390x assembly pack: remove capability double-checking.
2017-10-17 Patrick Steuercrypto/aes/asm/aes-s390x.pl: fix $softonly=1 code path.
2017-10-17 Rich SalzUpdate RAND_load_file return value.
2017-10-17 Andy Polyakovx509v3/v3_utl.c: avoid double-free.
2017-10-17 Andy Polyakovmodes/gcm128.c: harmonize GCM_MUL macro with GHASH.
2017-10-16 FdaSilvaYYSome cleanups to apps/ca.c
2017-10-16 Paul YangMake '-name' option of the 's_client' more generic
2017-10-16 Ben LaurieRemove unused variable.
2017-10-16 EasySecCleaning secret data after use
2017-10-16 Michael Richardsonadded cmcCA and cmcRA as per rfc6402, capitalized per...
2017-10-16 MouseCode hygiene; initialize some pointers.
2017-10-16 Matt CaswellTweak the comment regarding record version check with...
2017-10-16 Matt CaswellSanity check the HRR version field
2017-10-16 Matt CaswellDon't do version neg on an HRR
2017-10-16 daurnimatorFix incorrect function name in BN_bn2bin manpage
2017-10-16 Paul YangFix a bug in ALPN comparation code of a test case
2017-10-16 Paul YangFix reading heap overflow in a test case
2017-10-16 Richard LevitteAdd branch coverage to coveralls statistics
2017-10-13 Rich SalzRemove email addresses from source code.
2017-10-13 Rich SalzAdd CRYPTO_get_alloc_counts.
2017-10-12 Benjamin KadukFix memory leak in DH_get_nid()
2017-10-12 Matt CaswellAdd a test for setting initial SNI in CH but not using...
2017-10-12 Matt CaswellFix bug where early_data does not work if no SNI callba...
2017-10-12 Dr. Stephen... make update
2017-10-12 Dr. Stephen... Add RFC7919 documentation.
2017-10-12 Dr. Stephen... Add RFC7919 tests.
2017-10-12 Dr. Stephen... Add pad support
2017-10-12 Dr. Stephen... Don't assume shared key length matches expected length
2017-10-12 Dr. Stephen... Add RFC7919 support to EVP
2017-10-12 Dr. Stephen... Add objects for RFC7919 parameters
2017-10-12 Dr. Stephen... DH named parameter support
2017-10-12 Dr. Stephen... Add primes from RFC7919
2017-10-12 Dr. Stephen... Support constant BN for DH parameters
2017-10-11 Dr. Stephen... Document EVP_PKEY_set1_engine()
2017-10-11 Dr. Stephen... Add EVP_PKEY_METHOD redirection test
2017-10-11 Dr. Stephen... make update
2017-10-11 Dr. Stephen... Add EVP_PKEY_set1_engine() function.
2017-10-11 Dr. Stephen... Fix memory leak on lookup failure
2017-10-11 Dr. Stephen... Don't ignore passed ENGINE.
2017-10-11 Matt CaswellEnsure we test all parameters for BN_FLG_CONSTTIME
2017-10-11 Matt CaswellRemove an unused file
2017-10-11 Benjamin KadukAppease -Werror=maybe-uninitialized
2017-10-11 Benjamin KadukMove supportedgroup ext-block fields out of NO_EC
2017-10-10 PauliReturn a value from atomic read on Windows.
2017-10-10 Keshav KiniFix typos
2017-10-10 Andy Polyakovcrypto/x509v3/v3_utl.c, ssl/ssl_cert.c: fix Coverity...
2017-10-10 Patrick Steuerapps/speed.c: add 'rand' algo to enable DRBG performanc...
2017-10-10 Tatsuhiro TsujikawaDon't change client random in Client Hello in its secon...
2017-10-09 PauliAdd atomic write call
2017-10-09 PauliAdd a CRYPTO_atomic_read call which allows an int varia...
2017-10-09 Patrick SteuerEVP_EncryptInit.pod: EVP_CIPHER_mode and EVP_CIPHER_CTX...
2017-10-09 Patrick Steuerapps/speed.c: fix ccm performance measurements.
2017-10-09 EasySecset_hex() behaviour change
2017-10-09 Richard LevitteReduce the things we ignore in test/
2017-10-09 Richard LevitteUse the possibility to have test results in a different...
2017-10-09 Richard LevitteFix util/perl/OpenSSL/Test.pm input variable overwrite
2017-10-09 Richard LevitteFix util/find-doc-nits to correctly parse function...
2017-10-09 Richard LevitteCorrect some typedef documentation
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-10-08 PauliDocument that lhash isn't thread safe under any circums...
2017-10-08 Rich SalzFix doc for i2d/d2i private/public key
2017-10-07 Rich SalzAnchor the regexp match
2017-10-07 Rich SalzRewrite some code
2017-10-06 Dr. Stephen... Merge tls1_check_curve into tls1_check_group_id
2017-10-06 Dr. Stephen... Change curves to groups where relevant
2017-10-06 Dr. Stephen... Use separate functions for supported and peer groups...
2017-10-06 Richard Levittedoc/man1/openssl.pod: Add missing commands and links
2017-10-05 Andrew SiplasFixes #4459 "issuserAltName" documentation typo.
2017-10-05 Andy Polyakovstack/stack.c: various cleanups.
2017-10-05 Matt CaswellRemove some commented out code
2017-10-04 Matt CaswellRemove an incorrect comment
2017-10-04 Richard LevitteConfigurations/windows-makefile.tmpl: canonicalise...
2017-10-04 Todd ShortSession resume broken switching contexts
2017-10-03 FdaSilvaYYUse more pre-allocation
2017-10-03 FdaSilvaYYPostpone allocation of STACK internal storage ... until...
2017-10-02 Adam Langleynistp521: add a comment to the P+P exceptional case...
2017-10-02 Bernd EdlingerFix the return type of felem_is_zero_int which should...
next