Fix whitespace nit in ossl_statem_server_pre_work
[openssl.git] / crypto /
2020-04-30 Paulicoverity 1462580 Improper use of negative value
2020-04-30 Paulicoverity 1462578 Resource leak
2020-04-30 Paulicoverity 1462576 Resource leak
2020-04-30 Paulicoverity 1462567: Null pointer dereferences
2020-04-30 Paulicoverity 1462573 Dereference after null check
2020-04-30 Paulicoverity 1462566 Resource leak
2020-04-30 Paulicoverity 1462561 Uninitialized scalar variable
2020-04-30 Paulicoverity 1462560 Resource leak
2020-04-30 Paulicoverity 1462556 Resource leak
2020-04-30 Paulicoverity 1462554 Dereference after null check
2020-04-30 Paulicoverity 1462549 Dereference before null check
2020-04-30 Paulicoverity 1462548 Resource leak
2020-04-30 Paulicoverity 1462546 Dereference after null check
2020-04-30 Paulicoverity 1462545 Dereference after null check
2020-04-30 Paulicoverity 1462543 Logically dead code
2020-04-30 Paulicoverity 1462541 Dereference after null check
2020-04-30 Paulicoverity 1462550 Resource leak
2020-04-30 Paulicoverity 1462565: Null pointer dereferences
2020-04-30 Pauliparam bld: avoid freeing the param builder structure...
2020-04-30 Shane LontisFix snprintf missing for windows build
2020-04-29 Richard LevitteEVP: Fix evp_keymgmt_util_copy() for to->keymgmt =...
2020-04-29 Shourya ShuklaAmend references to "OpenSSL license"
2020-04-29 Richard Levitteinclude/openssl/x509v3.h: restore previous stack defini...
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-27 Christian Hohnstaedti2b_PVK_bio: don't set PEM_R_BIO_WRITE_FAILURE in case...
2020-04-27 Richard Levittecrypto/x509/v3_alt.c: make 'othername' a bit bigger
2020-04-25 Dirk-Willem van... Add support for unusal 'othername' subjectAltNames
2020-04-25 Paulikeymgmt: convert to use the params modification detection.
2020-04-25 Pauliparams: change OSSL_PARAM_set_unmodified() to operate...
2020-04-25 Paulievp: convert existing code to use the new modified...
2020-04-25 Pauliparams: handle the modified sentinel.
2020-04-24 Nikolay MorozovCode cleanup in X509v3 String Extentions
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-24 Nicola TuveriFix typo from #10631
2020-04-24 Rich SalzRewrite man5/config.pod and related conf code cleanup
2020-04-23 Matt CaswellUpdate copyright year
2020-04-23 Richard LevitteEVP: Fix EVP_Digest{Sign,Verify}Init() to handle no...
2020-04-23 Richard LevitteEVP: add internal evp_keymgmt_util_get_deflt_digest_nam...
2020-04-22 Matt CaswellFix no-err
2020-04-22 Matt CaswellFix some build failures with no-dh
2020-04-22 Pauliparams: add functionality to test if an OSSL_PARAM...
2020-04-21 Billy Brumley[crypto/ec] deprecate Jprojective_coordinates_GFp functions
2020-04-21 Dirk-Willem van... Add setter equivalents to X509_REQ_get0_signature
2020-04-20 Dr. Matthias St... Swap parameters of evp_method_id()
2020-04-20 Dr. Matthias St... Fix an assertion (and a comment) of evp_method_id()
2020-04-20 Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-18 Dr. David von OheimbPrevent crash in X509_NAME_cmp() etc. when cert has...
2020-04-18 Dr. David von OheimbAdd CMP error reason 'missing reference cert'
2020-04-18 Dr. David von OheimbAdd CMP fuzzing to fuzz/cmp.c, including a couple of...
2020-04-18 Dr. David von OheimbRename CMP_PROTECTEDPART to OSSL_CMP_PROTECTEDPART...
2020-04-17 Dmitry BelyavskiyGOST cipher names adjustment
2020-04-17 Matt CaswellWhen calling the import_to function pass the libctx too
2020-04-17 KochiseWindows: Add type casting in CRYPTO_atomic_add to remov...
2020-04-17 Paulipkey: free key manager on error path
2020-04-17 Pauliecx: check for errors creating public keys from private...
2020-04-17 Paulis390: ECX key generation fixes.
2020-04-17 Pauliecx: add key generation support.
2020-04-17 Richard LevitteEVP: Fix calls to evp_pkey_export_to_provider()
2020-04-16 Matt CaswellIntroduce an internal version of X509_check_issued()
2020-04-16 Matt CaswellCreate a libctx aware X509_verify_ex()
2020-04-16 Rich SalzPut sys-specific files in build.info
2020-04-16 Rich SalzUse build.info, not ifdef for crypto modules
2020-04-15 Shane LontisAdd DH keygen to providers
2020-04-15 Shane LontisAdd DSA keygen to provider
2020-04-15 Matt CaswellTeach PEM_read_bio_PrivateKey about libctx
2020-04-15 Matt CaswellTeach the OSSL_STORE code about libctx
2020-04-15 Matt CaswellUse the libctx in Ed448 private key decoding
2020-04-15 Matt CaswellTeach d2i_PrivateKey et al about libctx
2020-04-15 Richard LevitteEVP: fix memleak in evp_pkey_downgrade()
2020-04-15 Richard LevitteEVP: Add a temporary SM2 hack to key generation
2020-04-15 Richard LevitteEC: Refactor EVP_PKEY_CTX curve setting macros for...
2020-04-15 Richard LevittePROV: Implement EC param / key generation
2020-04-15 Richard LevitteKEYMGMT: Add functions to get param/key generation...
2020-04-15 Shane LontisFix Dynamic engine loading so that the call to ENGINE_l...
2020-04-14 Aaron ThompsonAdd ex_data to EVP_PKEY.
2020-04-14 scottBIO_do_accept: correct error return value
2020-04-11 Jake MaynardAdd manpage entry for X509_check_purpose()
2020-04-10 Richard LevitteEVP: legacy_ctrl_to_param() to handle provider side...
2020-04-10 Richard LevitteCMS KARI: Temporarly downgrade newly generated EVP_PKEY...
2020-04-09 Richard LevitteAdd common internal crypto/ modules in liblegacy.a
2020-04-09 Matt CaswellEnable Ed25519 signing/verifying to use the libctx
2020-04-09 Matt CaswellMake the CT code library context aware
2020-04-09 Matt CaswellEnable export_to functions to have access to the libctx
2020-04-09 PauliAdd a null provider which implements no algorithms.
2020-04-09 Shane LontisMove legacy ciphers into the legacy provider
2020-04-08 Matt CaswellUse the libctx and propq from the X509_STORE_CTX
2020-04-08 Matt CaswellAdd X509_STORE_CTX_new_with_libctx()
2020-04-08 Richard LevitteEVP & TLS: Add necessary EC_KEY data extraction functio...
2020-04-08 Richard LevitteEVP: add EVP_PKEY_is_a() and EVP_PKEY_can_sign()
2020-04-08 Patrick SteuerAES CTR-DRGB: do not leak timing information
2020-04-07 PauliInteger overflow in ASN1_STRING_set.
2020-04-07 Pauliparams: avoid a core dump with a null pointer and a...
2020-04-07 Billy Brumley[crypto/ec] blind coordinates in ec_wNAF_mul for robustness
2020-04-07 Bernd EdlingerFix the error handling in EC_POINTs_mul
2020-04-07 Dr. David von OheimbFix misleading error msg for PBM check w/o secret in...
2020-04-07 Dr. David von OheimbFix error reporting glitch in X509_STORE_CTX_print_veri...
2020-04-07 Dr. David von OheimbFix bugs in 3GPP exception checking and improve diagnos...
2020-04-07 Richard LevittePROV: Add DERlib support for ECDSA and EC keys
2020-04-07 Richard LevittePROV: Add DERlib support for DSA
2020-04-07 Richard LevittePROV: Add DERlib support for RSA
next