CORE: Add the key object generator libcrypto<->provider interface
[openssl.git] / crypto /
2020-03-12 Richard LevitteCORE: Add the key object generator libcrypto<->provider...
2020-03-11 Shane LontisAdd ECDH to fips provider
2020-03-11 Shane LontisAdd EC key validation to default provider
2020-03-11 Matt CaswellIf the first serializer we find is the desired one...
2020-03-11 Matt CaswellDon't crash if we fail to find a serializer for the...
2020-03-11 Patrick SteuerAES CTR-DRGB: performance improvement
2020-03-10 Dr. David von OheimbMove OSSL_CMP_X509_digest() to x_all.c, renaming it...
2020-03-10 Dr. David von OheimbFix handling of CMP msg senderKID and improve doc of...
2020-03-10 Dr. David von OheimbFix error in case CMP msg POPO is not provided in OSSL_...
2020-03-10 Dr. David von OheimbChunk 8 of CMP contribution to OpenSSL: CMP server...
2020-03-10 Dr. David von OheimbExtract sk_ASN1_UTF8STRING2text() from ts_get_status_te...
2020-03-10 Dr. David von Oheimbfix coding style nits w.r.t. 'defined' in http_local...
2020-03-10 Dr. David von Oheimbfix two mistakes w.r.t. ERR_LIB_* parameters in ERR_add...
2020-03-09 Richard LevitteDH: add internal dh_get_method()
2020-03-09 Richard LevitteEVP: Check that key methods aren't foreign when exporting
2020-03-09 Davide GalassiRemove double fetch of "OSSL_EX_DATA_GLOBAL" for global...
2020-03-09 Matt CaswellImplement provider support for Ed25519 annd Ed448
2020-03-09 Matt CaswellAdd provider awareness of EVP_DigestSign() and EVP_Dige...
2020-03-09 Richard LevitteRefactor CRMF_poposigningkey_init() to work with provid...
2020-03-07 Paulicmdline app: add provider commandline options.
2020-03-06 Shane LontisChange DH_get_nid() to set the value of q if it is...
2020-03-05 Patrick Steuercrypto/ec/curve448/eddsa.c: fix EBCDIC platforms
2020-03-05 Patrick Steueraes-s390x.pl: fix stg offset caused by typo in perlasm
2020-03-04 Shane LontisAdd DSA Key validation to default provider
2020-03-04 Shane LontisAdd DH key validation to default provider
2020-03-03 Shane LontisAdd Serializers for EC
2020-03-03 Dmitry BelyavskiyImplementation of Russian GOST CMS
2020-03-03 Philippe AntoineFix build with clang assembler
2020-03-03 Shane LontisAdd pairwise consistency self tests to asym keygenerators
2020-03-02 Richard LevittePROV: Add a OP_keymgmt_match() function to our DH,...
2020-03-02 Richard LevitteEVP: Add support for copying provided EVP_PKEYs
2020-03-02 Richard LevitteKEYMGMT: Add a keydata copy function
2020-03-02 Richard LevitteEVP: Add support for comparing provided EVP_PKEYs
2020-03-02 Richard LevitteKEYMGMT: Add a keydata matching function
2020-03-02 Richard LevitteEVP: Adapt EVP_PKEY_missing_parameters() for provider...
2020-03-02 Richard Levittecrypto/perlasm/x86_64-xlate.pl: detect GNU as to deal...
2020-02-29 Richard LevitteEVP: Add evp_pkey_upgrade_to_provider(), for EVP_PKEY...
2020-02-29 Richard LevitteRethink the EVP_PKEY cache of provider side keys
2020-02-28 Nikolay Morozovx509v3 subjectSignTool extention support
2020-02-27 Scott ArciszewskiFix comment placement in ecp_nistp256.ci
2020-02-27 Richard LevitteDeprecate ASN1_sign(), ASN1_verify() and ASN1_digest()
2020-02-26 Paulisecmem: ignore small minsize arguments to CRYPTO_secure...
2020-02-26 Davide GalassiMem-sec small code adjustment
2020-02-26 H.J. Lux86_64: Replace .asciz "GNU" with .byte
2020-02-25 Dr. Matthias St... DRBG: delay initialization of DRBG method until instant...
2020-02-22 Richard LevitteRefactor evp_pkey_make_provided() to do legacy to provi...
2020-02-22 Richard LevitteDSA: More conforming names in crypto/dsa/dsa_aid.c
2020-02-22 Richard Levittersa_get0_all_params(): Allow zero CRT params
2020-02-22 Richard LevittePROV: add RSA signature implementation
2020-02-21 Dr. David von OheimbDon't exclude quite so much in a no-sock build
2020-02-21 Matt CaswellIntroduce the provider property
2020-02-21 Paulipmeth_lib: detect unsupported OSSL_PARAM.
2020-02-21 PauliParams: add argument to the _from_text calls to indicat...
2020-02-20 PauliDeprecate the low level Diffie-Hellman functions.
2020-02-20 PauliDeprecate the low level RSA functions.
2020-02-20 Dane (4cad@silvert... Remove unneeded switch statement to fix warning
2020-02-18 Nicola Tuveri[BN] harden `BN_copy()` against leaks from memory accesses
2020-02-18 Nicola Tuveri[EC] harden EC_KEY against leaks from memory accesses
2020-02-18 Nicola Tuveri[PROV][KEYMGMT][EC] Import/export of priv_key as padded...
2020-02-18 Nicola Tuveri[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
2020-02-18 Nicola Tuveri[EC] Constify internal EC_KEY pointer usage
2020-02-18 H.J. Lux86_64: Don't assume 8-byte pointer size
2020-02-17 Pauliffc: use sizeof(*pointer) instead of sizeof(struct...
2020-02-17 Dr. David von Oheimbchunk 7 of CMP contribution to OpenSSL
2020-02-17 Dr. David von Oheimbfix various formatting nits in CMP contribution chunks...
2020-02-17 Dr. David von Oheimbimprove CMP logging according to comments on CMP chunk...
2020-02-17 David BenjaminAlso check for errors in x86_64-xlate.pl.
2020-02-17 simplelinsFix a bug for aarch64 BigEndian
2020-02-16 Wataru Ashiharacrypto/bn: fix debug build
2020-02-16 Shane LontisAdd FFC param/key validation
2020-02-15 H.J. Lux86_64: Add endbranch at function entries for Intel CET
2020-02-14 Rich SalzMake secure-memory be a config option
2020-02-14 Richard LevitteAdapt i2d_PUBKEY for provider only keys
2020-02-14 Richard LevitteAdapt i2d_PrivateKey for provider only keys
2020-02-14 Nikolay MorozovForgotten GOST2012 support in non-vital places
2020-02-13 Shane LontisFix coverity issues
2020-02-13 H.J. Lux86_64: Always generate .note.gnu.property section...
2020-02-13 Matt CaswellMake the RSA ASYM_CIPHER implementation available insid...
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
next