Check chain extensions also for trusted certificates
[openssl.git] / crypto /
2016-02-01 Viktor DukhovniCheck chain extensions also for trusted certificates
2016-01-31 Dr. Stephen HensonZero newly allocated points
2016-01-31 Dr. Stephen HensonRemove redundant code.
2016-01-31 Dr. Stephen HensonAdd EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GRO...
2016-01-31 Andy PolyakovEngage poly1305-sparcv9 module.
2016-01-31 Andy PolyakovAdd poly1305/asm/poly1305-sparcv9.pl.
2016-01-31 Daniel Kahn GillmorRT4129: BUF_new_mem_buf should take const void *
2016-01-31 Rich SalzGH102: Extra volatile avoids GCC bug
2016-01-30 Rich SalzMove more BN internals to bn_lcl.h
2016-01-30 Rich SalzGH102: Add volatile to CRYPTO_memcmp
2016-01-30 Dr. Stephen HensonAdd function to return internal enoding of X509_NAME.
2016-01-29 Viktor DukhovniFix invalid policy detection
2016-01-29 Rich SalzTemplatize util/domd
2016-01-29 Richard LevitteConfigure et al: split up the lflags configuration...
2016-01-29 Viktor DukhovniMake it possible to check for explicit auxiliary trust
2016-01-29 Emilia KasperAlways DPURIFY
2016-01-29 Matt CaswellFix bug in nistp224/256/521 where have_precompute_mult...
2016-01-29 Matt CaswellAdd missing return value checks
2016-01-29 Viktor DukhovniKeep RC5 bit shifts in [0..31]
2016-01-28 Dr. Stephen HensonUse callback for DSAPublicKey
2016-01-28 Rich SalzRemove outdated tests
2016-01-28 Matt CaswellPrevent small subgroup attacks on DH/DHE
2016-01-28 Viktor DukhovniRestore NUMPRIMES as a numeric literal
2016-01-28 Rich SalzAdd CRYPTO_secure_zalloc
2016-01-28 Viktor DukhovniComment side-effect only calls of X509_check_purpose
2016-01-28 Rich SalzRemove EIGHT_BIT and SIXTEEN_BIT
2016-01-28 Rich SalzRemove outdated legacy crypto options
2016-01-27 Richard LevitteComplete the removal of /* foo.c */ comments
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-25 Richard LevitteGenerate warning text
2016-01-25 Rich SalzMove & split opensslconf.h.in
2016-01-24 Rich SalzMove pqueue into ssl
2016-01-23 FdaSilvaYYFix two possible leaks.
2016-01-23 FdaSilvaYYFix possible memory leak on BUF_MEM_grow_clean failure
2016-01-23 Todd ShortFix store with opaque data
2016-01-23 mrprefree item after sk_push fail
2016-01-23 Richard LevitteRefactor file writing - rewrite crypto/opensslconf...
2016-01-21 Billy BrumleyRT3863 ECC: Add missing NULL check. Set a flag
2016-01-21 Viktor DukhovniReject when explicit trust EKU are set and none match.
2016-01-20 Viktor DukhovniCheck Suite-B constraints with EE DANE records
2016-01-20 Richard LevitteAdd an engine destructor to eng_cryptodev.
2016-01-20 Richard LevitteAdapt BSD cryptodev engine to opaque EVP_MD_CTX, EVP_CI...
2016-01-20 Rich SalzRemove update tags
2016-01-20 Rich SalzConsolidate "make update"
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-19 Matt CaswellRemove the GOST engine
2016-01-19 Dr. Stephen Hensonprf redirection build fixes
2016-01-19 Dr. Stephen HensonAdd TLS PRF method.
2016-01-18 Viktor DukhovniDrop cached certificate signature validity flag
2016-01-18 Corinna VinschenUse POSIX functions on Cygwin, not Win32 function
2016-01-17 Rich SalzAccessor update; fix API, document one.
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-17 Rich SalzAdd some accessors.
2016-01-17 Rich SalzRT4247: Add missing patch
2016-01-16 Viktor DukhovniEmpty SNI names are not valid
2016-01-16 Rich SalzRT4247: Fix EVP_CIPHER_CTX opaque on sparc
2016-01-15 Dr. Stephen HensonAdd lookup_certs for a trusted stack.
2016-01-15 Zi LinNGX-2040 - fix wildcard match on punycode/IDNA DNS...
2016-01-14 Viktor DukhovniCosmetic polish for last-resort depth 0 check
2016-01-14 Viktor DukhovniFix last-resort depth 0 check when the chain has multip...
2016-01-14 Benjamin KadukAdd a no-egd option to disable EGD-related code
2016-01-14 Viktor DukhovniAlways initialize X509_STORE_CTX get_crl pointer
2016-01-14 Rich SalzCall single parent free_comp routine.
2016-01-14 Viktor DukhovniFix double-free bugs in EC group precomputation state
2016-01-13 Viktor DukhovniFix nistp512 typos, should be nistp521
2016-01-13 Rich SalzAdd missing #ifdef's to fix build break
2016-01-13 Rich SalzAdd CRYPTO_EX_DATA; remove EC_EXTRA_DATA
2016-01-13 Viktor DukhovniFix DES_LONG breakage
2016-01-13 Richard LevitteAfter EVP_CIPHER turned opaque, e_rc5.c needs to includ...
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Richard LevitteRemove unused internal macros
2016-01-12 Richard Levittemake update
2016-01-12 Richard LevitteAdapt all EVP_CIPHER users for it becoming opaque
2016-01-12 Richard LevitteEVP_CIPHER_CTX_new_cipher_data was a temporary measure...
2016-01-12 Richard LevitteAdapt all engines that need it to opaque EVP_CIPHER
2016-01-12 Richard LevitteAdapt builtin cipher implementations to opaque EVP_CIPHER
2016-01-12 Richard LevitteAdapt the internal EVP routines to opaque EVP_CIPHER
2016-01-12 Richard LevitteMake EVP_CIPHER opaque and add creator/destructor/acces...
2016-01-12 Richard LevitteRemove EVP_CIPHER_CTX_flags, it's only confusing
2016-01-12 Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2016-01-12 Richard LevitteAdapt cipher implementations to opaque EVP_CIPHER_CTX
2016-01-12 Richard LevitteAdapt the internal EVP routines to opaque EVP_CIPHER_CTX
2016-01-12 Richard LevitteAdd accessors and writers for EVP_CIPHER_CTX
2016-01-12 Richard LevitteMake EVP_CIPHER_CTX opaque and renew the creator /...
2016-01-11 Pascal CuoqFunction pop_info() returned a dangling pointer
2016-01-11 Dr. Stephen HensonUse ossl_inline and DEFINE_LHASH_OF
2016-01-11 Dr. Stephen HensonAdd lh_doall_arg inlining
2016-01-11 Dr. Stephen HensonAdd lh_doall inlining
2016-01-11 Dr. Stephen HensonAdd lh_new() inlining
2016-01-11 Dr. Stephen HensonInline LHASH_OF
2016-01-11 Dr. Stephen HensonAdd memory leak return value.
2016-01-11 Viktor DukhovniEnable/disable crypto-mdebug just like other features
2016-01-11 Viktor DukhovniRegenerate SSL record/statem error strings
2016-01-10 Rich SalzRT41897: Add an CRYPTO_secure_actual_size
2016-01-08 Rich SalzFix no CRYPTO_MDEBUG build (windows)
2016-01-08 Viktor DukhovniUpdate comment as bn_dup_expand is gone
2016-01-08 Viktor DukhovniFix some typos in comments
2016-01-08 Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2016-01-08 Richard LevitteRemove all remaining traces if PEM_Seal
2016-01-07 Rich SalzFix build-break; 'make update'
next