doc/man3/d2i_X509.pod: add {d2i,i2d}_DSA_PUBKEY in NAME section
[openssl.git] / crypto /
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-21 KaoruTodaRemove duplicate assignment.
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-18 Benjamin KadukAdd missing RAND_DRBG locking
2017-10-18 Dr. Matthias St... Remove unnecessary DRBG_RESEED state
2017-10-18 Dr. Matthias St... 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 Andy Polyakovx509v3/v3_utl.c: avoid double-free.
2017-10-17 Andy Polyakovmodes/gcm128.c: harmonize GCM_MUL macro with GHASH.
2017-10-16 Michael Richardsonadded cmcCA and cmcRA as per rfc6402, capitalized per...
2017-10-16 MouseCode hygiene; initialize some pointers.
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 Dr. Stephen Hensonmake update
2017-10-12 Dr. Stephen HensonAdd pad support
2017-10-12 Dr. Stephen HensonAdd RFC7919 support to EVP
2017-10-12 Dr. Stephen HensonAdd objects for RFC7919 parameters
2017-10-12 Dr. Stephen HensonDH named parameter support
2017-10-12 Dr. Stephen HensonAdd primes from RFC7919
2017-10-12 Dr. Stephen HensonSupport constant BN for DH parameters
2017-10-11 Dr. Stephen Hensonmake update
2017-10-11 Dr. Stephen HensonAdd EVP_PKEY_set1_engine() function.
2017-10-11 Dr. Stephen HensonFix memory leak on lookup failure
2017-10-11 Dr. Stephen HensonDon't ignore passed ENGINE.
2017-10-11 Matt CaswellEnsure we test all parameters for BN_FLG_CONSTTIME
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-09 PauliAdd atomic write call
2017-10-09 PauliAdd a CRYPTO_atomic_read call which allows an int varia...
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-07 Rich SalzRewrite some code
2017-10-05 Andy Polyakovstack/stack.c: various cleanups.
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-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-22 David BenjaminGuard against DoS in name constraints handling.
2017-09-19 David BenjaminFix overflow in c2i_ASN1_BIT_STRING.
2017-09-17 PauliNull pointer used.
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 Paul YangSupport EVP_PKEY_meth_remove and pmeth internal cleanup
2017-09-14 PauliEnsure that the requested memory size cannot exceed...
2017-09-14 PauliManually revert "Ensure allocation size fits into size_t"
2017-09-14 PauliRevert "Reuse strndup(), simplify code"
2017-09-14 PauliRevert "GH614: Use memcpy()/strdup() when possible"
2017-09-13 Paul YangSupport key check in EVP interface
2017-09-11 Andy Polyakovrsa/rsa_pmeth.c: recognize SHA3 as supported RSA digest.
2017-09-11 Andy Polyakovevp/m_sha3.c: wire SHA3 to rsaEncryption.
2017-09-11 Andy Polyakovobjects/obj_xref.txt: cross-reference SHA3 and rsaEncry...
2017-09-11 Andy Polyakovobjects/objects.txt: fix RSA-SHA3-284 typo.
2017-09-09 Andy Polyakovsha/asm/keccak1600-armv8.pl: fix return value buglet...
2017-09-08 Richard LevitteAdd UI functions to set result with explicit length...
2017-09-07 Rich SalzFix error handling/cleanup
2017-09-06 Rich SalzAdd checks for alloc failing.
2017-09-05 Richard LevitteFix OSSL_STORE's 'file' loader: make sure peekbuf is...
2017-09-01 Andy Polyakovcrypto/cryptlib.c: mask more capability bits upon FXSR...
2017-08-31 Paulistruct timeval include guards
2017-08-31 Rich SalzAddress feedback
2017-08-31 Rich SalzAdd CRYPTO_thread_glock_new
2017-08-31 PauliFix potential null problem.
2017-08-31 Matt CaswellComplain if we are writing early data but SNI or ALPN...
2017-08-31 Zhu Qun-YingFixed address family test error for AF_UNIX in BIO_ADDR...
2017-08-30 Todd ShortFix return value of ASN1_TIME_compare
2017-08-30 Jon SpillettImplement Aria GCM/CCM Modes and TLS cipher suites
2017-08-30 Jon SpillettFix potential null pointer dereference in ARIA implemen...
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-29 PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-08-28 Kurt RoeckxMake the global DRBGs static
2017-08-28 Kurt RoeckxDon't auto-instantiate a DRBG when trying to use it...
2017-08-28 Rich SalzAvoid out-of-bounds read
2017-08-28 Dr. Matthias St... DRBG: Remove 'randomness' buffer from 'RAND_DRBG'
2017-08-28 Dr. Matthias St... RAND: Rename the RAND_poll_ex() callback and its typedef
2017-08-28 Dr. Matthias St... DRBG: clarify difference between entropy counts and...
2017-08-27 Rich SalzMSC_VER <= 1200 isn't supported; remove dead code
2017-08-25 Paul YangThis part fixes braces around if-else.
2017-08-25 Paul YangFix coding style in crypto/rsa directory
2017-08-25 Rich SalzUse strcpy instead of sprintf %s
next