openssl.git
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...
2017-09-29 Samuel WeiserAdded const-time flag to DSA key decoding to avoid...
2017-09-29 Hubert Kariodoc: note that the BN_new() initialises the BIGNUM
2017-09-28 PauliPut back the #include <openssl/safestack.h> lines in...
2017-09-28 PauliRemove unnecessary #include <openssl/lhash.h> directives.
2017-09-28 PauliUse safestack.h exclusively internally.
2017-09-27 PauliAdd stack space reservations.
2017-09-27 PauliAdd a reserve call to the stack data structure.
2017-09-27 Samuel WeiserBN_copy now propagates BN_FLG_CONSTTIME
2017-09-27 Samuel WeiserFixed error in propagating BN_FLG_CONSTTIME flag throug...
2017-09-26 David BenjaminAllow DH_set0_key with only private key.
2017-09-26 Dr. Stephen... Add and use function tls1_in_list to avoid code duplica...
2017-09-26 Dr. Stephen... Use tls1_group_id_lookup in tls1_curve_allowed
2017-09-26 Dr. Stephen... Rename tls1_get_curvelist.
2017-09-26 Dr. Stephen... Rewrite compression and group checks.
2017-09-26 Dr. Stephen... New function ssl_generate_param_group
2017-09-26 Dr. Stephen... Replace tls1_ec_curve_id2nid.
2017-09-26 Dr. Stephen... Rename tls_curve_info to TLS_GROUP_INFO, move to ssl_locl.h
2017-09-26 Dr. Stephen... Return group id in tls1_shared_group
2017-09-26 Dr. Stephen... Return correct Suite B curve, fix comment.
2017-09-26 Richard LevitteMake sure that a cert with extensions gets version...
2017-09-24 Saagar JhaUpdate comments to match function parameter names
2017-09-23 Kurt RoeckxUse size of entries, not size of the pointer.
2017-09-23 Kurt RoeckxUse curve_id not the nid
2017-09-23 Dr. Stephen... Remove dhparam from SSL_CONF list.
2017-09-23 Pichulin DmitriiFix 'key' option in s_server can be in ENGINE keyform
2017-09-22 Dr. Stephen... Store groups as uint16_t
2017-09-22 Andy PolyakovConfigure: add -Wmisleading-indentation to strict warni...
2017-09-22 David BenjaminGuard against DoS in name constraints handling.
2017-09-21 Dr. Matthias... Cleanup whitespace in ssl_lib.c (tabs to spaces)
2017-09-21 Patrick SteuerFix strict-warnings build
2017-09-21 Andy PolyakovConfigure: unify clang's -Qunused-arguments option...
2017-09-21 Benjamin KadukReenable s_server -dhparam option
2017-09-20 Dr. Stephen... Add RSA-PSS certificate type TLS tests
2017-09-20 Dr. Stephen... Add RSA-PSS test certificates
2017-09-20 Dr. Stephen... Allow use of RSA-PSS certificates in TLS 1.2
2017-09-20 Dr. Stephen... Allow RSA certificates to be used for RSA-PSS
2017-09-20 Dr. Stephen... Add RSA-PSS key certificate type.
2017-09-19 David BenjaminFix overflow in c2i_ASN1_BIT_STRING.
2017-09-18 PauliStack sorting safety
2017-09-17 PauliNull pointer used.
2017-09-15 Christian HeimesProvide getters for min/max proto version
2017-09-14 PauliAvoid signed vs unsigned comparison error.
2017-09-14 PauliAdd explanatory comment about fitting into a size_t.
2017-09-14 PauliRemote unrequited casts
2017-09-14 Rich SalzReplace malloc+strcpy with strdup
2017-09-14 Rich SalzFix function name in ECerr call
2017-09-14 Benjamin KadukFix no-ec no-dh build
2017-09-14 Paul YangFix doc nits
2017-09-14 Paul YangSupport EVP_PKEY_meth_remove and pmeth internal cleanup
2017-09-14 PauliEnsure that the requested memory size cannot exceed...
next