Fix no-ec build
[openssl.git] / crypto /
2020-02-12 Richard LevitteAdd OSSL_SERIALIZER_PUBKEY_TO_DER_PQ and friends
2020-02-12 Dr. David von Oheimbfix build for new HTTP client in case OPENSSL_NO_CMP...
2020-02-12 PauliRemove unused ossl_param_bld_to_param_ex() function.
2020-02-12 PauliRemove unused OSSL_PARAM_construct_from_text() function.
2020-02-11 PauliDeprecate the low level DSA functions.
2020-02-11 Matt CaswellAdd S390 support for provider based X25519/X448
2020-02-11 Matt CaswellAdd X25519/X448 Key Exchange to the default provider
2020-02-11 Matt CaswellImplement Provider side Key Management for X25519 and...
2020-02-11 Matt CaswellImplement a stricter ECX_KEY type
2020-02-11 Richard LevitteX509_PUBKEY_set(): Fix memory leak
2020-02-10 Dr. David von OheimbGeneralize the HTTP client so far implemented mostly...
2020-02-10 Dr. David von Oheimbadd BIO_socket_wait(), BIO_wait(), and BIO_connect_retr...
2020-02-10 Davide GalassiMemory allocator code cleanup
2020-02-08 H.J. Lux86: Always generate .note.gnu.property section for...
2020-02-07 Matt CaswellFix no-ec
2020-02-07 H.J. LuUse swapcontext for Intel CET
2020-02-07 Richard LevitteAdapt all build.info and test recipes to the new $disab...
2020-02-07 Dr. Matthias St... RAND_DRBG: add a callback data for entropy and nonce...
2020-02-07 Richard LevitteKEYMGMT: Require both get_params and gettable_params...
2020-02-07 Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-02-07 Richard LevitteReorganize the internal evp_keymgmt functions
2020-02-06 Dr. Matthias St... Fix misspelling errors and typos reported by codespell
2020-02-06 Shane LontisAdd FFC param/key generation
2020-02-06 Matt CaswellFix builds with no-dh
2020-02-06 PauliParams: change UTF8 construct calls to avoid explicit...
2020-02-05 Kurt RoeckxStop accepting certificates signed using SHA1 at securi...
2020-02-05 Ross KinseyAuthor: Ross Kinsey <RossIKinsey@gmail.com>
2020-02-05 H.J. Lux86: Add endbranch to indirect branch targets for Intel CET
2020-02-04 PauliMake minimum size for secure memory a size_t.
2020-02-04 Richard LevitteEVP_MD_CTX_ctrl(): Remove unnecessary control
2020-02-04 Richard LevittePROV: Implement padding mode words in the RSA ASYM_CIPH...
2020-02-04 Richard LevitteDon't pass a digest-size to signature implementations
2020-02-04 Richard LevitteDecentralize legacy_ctrl_str_to_param()
2020-02-04 Matt CaswellTeach more BIOs how to handle BIO_CTRL_EOF
2020-02-04 Matt CaswellDetect EOF while reading in libssl
2020-02-04 PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2020-02-04 PauliDeprecate the ECDH functions.
2020-02-04 Shane LontisFix coverity issues CID 1457745...1457752, 1457853...
2020-02-03 Davide GalassiMissing "obj_mac" header file in "dh_lib"
2020-02-03 Matt CaswellRevert "Legacy digests can have custom control values"
2020-02-02 Richard LevitteMake SM3 a mandatory hash function for SM2.
2020-02-02 Richard LevitteX509: Refactor X509_verify() and X509_REQ_verify()...
2020-02-02 Richard LevitteAdd SM2 specific parameter and key generation
2020-02-02 Richard LevitteEVP_PKEY_assign_EC_KEY(): detect SM2 curve and set...
2020-02-02 Richard LevitteEVP: Small refactor of keymgmt library code
2020-01-31 Paulievp_pmeth: free the MD reference correctly.
2020-01-30 Shane LontisAdd support for DH 'modp' group parameters (RFC 3526)
2020-01-29 Shane LontisAdd RSA key validation to default provider
2020-01-29 PauliDeprecate the low level HMAC functions
2020-01-29 PauliDeprecate the low level CMAC functions
2020-01-28 Richard LevitteAdapt X509_PUBKEY_set() for use with provided implement...
2020-01-28 Richard LevittePROV: Adapt the DSA signature implementation to provide...
2020-01-28 Richard LevitteAdapt ASN1_item_sign_ctx() for use with provided keypairs
2020-01-27 Matt CaswellModify EVP_PKEY_CTX_new_from_pkey() to add a propquery...
2020-01-25 Richard LevitteEVP: Adapt EVP_PKEY Seal and Open for provider keys
2020-01-24 PauliDeprecate the low level DES functions.
2020-01-24 Dmitry BelyavskiyNew functions for PKCS8 attributes management
2020-01-24 Shane LontisModify DSA and DH keys to use a shared FFC_PARAMS struct
2020-01-23 Rich SalzUpdate man3/verify documentation, error text
2020-01-23 Richard LevitteEVP: Add EVP_PKEY_get_default_digest_name() and use it
2020-01-23 Shane LontisAdd DH key exchange to fips provider
2020-01-23 Shane LontisCheck ECC-CDH is compliant with SP800-56A-r3
2020-01-22 kinichiroAvoid leak in error path of PKCS5_PBE_keyivgen
2020-01-22 Dmitry BelyavskiyLegacy digests can have custom control values
2020-01-22 David BenjaminDo not silently truncate files on perlasm errors
2020-01-21 Richard LevittePROV: Add support for error queue marks and implement...
2020-01-21 Richard LevitteEVP: clear error when falling back from failed EVP_KEYM...
2020-01-20 H.J. LuFix unwind info in crypto/rc4/asm/rc4-x86_64.pl
2020-01-20 Matt CaswellImplement the NULL cipher in the default provider
2020-01-20 Matt CaswellConvert rand_bytes_ex and rand_priv_bytes_ex to public...
2020-01-20 Matt CaswellDon't register drbg_delete_thread_state twice
2020-01-20 Matt CaswellFix init_thread_stop
2020-01-19 Richard Levittelibcrypto: Eliminate as much use of EVP_PKEY_size(...
2020-01-19 PauliDeprecate the low level IDEA functions.
2020-01-19 Pauliparam_bld: add a padded BN call.
2020-01-19 PauliDeprecate the low level MD5 functions.
2020-01-19 PauliDeprecate the low level SHA functions.
2020-01-18 Richard LevitteAdd GNU properties note for Intel CET in x86_64-xlate.pl
2020-01-18 Richard LevitteEVP: Add evp_pkey_make_provided() and refactor around it
2020-01-17 Richard LevitteDSA: Move DSA_security_bits() and DSA_bits()
2020-01-17 Richard LevitteEVP: make EVP_PKEY_{bits,security_bits,size} work with...
2020-01-17 Richard LevitteModify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle...
2020-01-17 Richard LevitteFor all assembler scripts where it matters, recognise...
2020-01-17 Paul YangAdd duplication APIs to ASN1_TIME and related types
2020-01-16 Richard LevitteMove the stored namemap pre-population to namemap const...
2020-01-15 Richard LevitteCRYPTO: Remove support for ex_data fields when building...
2020-01-15 PauliDeprecate the low level RC5 functions
2020-01-15 PauliDeprecate the low level RC4 functions
2020-01-15 PauliDeprecate the low level RC2 functions
2020-01-15 PauliDeprecate the low level SEED functions
2020-01-15 Dmitry BelyavskiyRestoring correct check for legacy PKEY
2020-01-15 Shane LontisAdd FIPS Self test kats for digests
2020-01-15 Richard LevitteChange returned -2 to 0 in EVP_Digest{Sign,Verify}Init()
2020-01-14 kinichiroAvoid leak in error path of asn1_parse2
2020-01-14 Richard LevitteFix EVP_Digest{Sign,Verify}Final() and EVP_Digest{Sign...
2020-01-13 Matt CaswellAlways go the legacy route if EVP_MD_CTX_FLAG_NO_INIT...
2020-01-13 Matt CaswellDeprecate the Low Level CAST APIs
2020-01-13 Matt CaswellDeprecate Low Level Camellia APIs
2020-01-12 Richard LevitteWhen deprecated symbols are removed, ensure liblegacy...
2020-01-12 PauliDeprecate the low level Whirlpool functions.
next