Update documentation for keymgmt export utils
[openssl.git] / crypto / ec /
2022-11-01 Paulidsa/ec: update pairwise tests to account for 140-3...
2022-10-12 FdaSilvaYYnit: fix some pointer comparisons
2022-10-12 FdaSilvaYYcrypto: Fix various typos, repeated words, align some...
2022-10-11 Tomas Mrazeckey_priv_encode(): Call ASN1_STRING_free() only on...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-30 Dr. David von OheimbERR: replace remnant ECerr() and EVPerr() calls in...
2022-09-23 slontisAdd HPKE DHKEM provider support for EC, X25519 and...
2022-09-09 Juergen Christs390x: fix ecx derive
2022-08-04 Roberto Hueso GomezFix EC_KEY_set_private_key() priv_key regression
2022-07-19 Dr. David von Oheimblibcrypto refactoring: introduce and use ossl_asn1_stri...
2022-07-14 Juergen ChristFix EC ASM flag passing
2022-06-25 Bernd EdlingerFix a memory leak in EC_GROUP_new_from_ecparameters
2022-06-23 Tomas MrazThe flag "decoded-from-explicit" must be imp/exportable
2022-06-16 KanAdd sensitive memory clean in priv encode
2022-06-02 Zhou QingyangFix possible null pointer dereference of evp_pkey_get_l...
2022-05-24 Bernd EdlingerFix undefined behaviour in EC_GROUP_new_from_ecparameters
2022-05-24 Bernd EdlingerFix a memory leak in ec_key_simple_oct2priv
2022-05-24 Sebastian Andrzej... Rename x86-32 assembly files from .s to .S.
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-14 Tomas MrazAdd error code for unsupported explicit parameters
2022-04-14 Tomas MrazImport only named params into FIPS module
2022-04-03 PauliFix Coverity 1498612 & 1503221: integer overflow
2022-03-25 PauliFix Coverity 1498612: integer overflow
2022-03-20 PauliFix coverity 1498607: uninitialised value
2022-02-14 Tomas MrazApply the correct Apache v2 license
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-02-03 Todd ShortFix copyrights
2022-01-20 James MuirSimpler square-root computation for Ed25519
2022-01-14 Dr. David von OheimbFix malloc failure handling of X509_ALGOR_set0()
2022-01-13 Dmitry BelyavskiyCleansing all the temporary data for s390x
2022-01-07 Peiwei HuFix: some patches related to error exiting
2022-01-05 Dimitris ApostolouFix typos
2021-12-16 Peiwei HuEC_POINT_hex2point: forget to free pt
2021-11-16 Matt CaswellDon't create an ECX key with short keys
2021-11-07 PW HuFix incorrect return check of BN_bn2binpad
2021-10-28 x2018fix some code with obvious wrong coding style
2021-10-26 x2018add checks for the return values of BN_new(), sk_RSA_PR...
2021-10-01 Russ Butleraarch64: support BTI and pointer authentication in...
2021-09-17 Bernd EdlingerFix the parameter type of gf_serialize
2021-08-30 Nicola Tuveri[ec] Do not default to OPENSSL_EC_NAMED_CURVE for curve...
2021-08-24 Matt CaswellFix EC_GROUP_new_from_ecparameters to check the base...
2021-07-29 Matt CaswellUpdate copyright year
2021-07-22 Matt CaswellUpdate our EVP_PKEY_METHODs to get low level keys via...
2021-07-15 Tomas MrazSplit bignum code out of the sparcv9cap.c
2021-07-07 Richard LevitteCRYPTO: Remove the check for built-in methods in the...
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
2021-06-25 Tomas Mrazppccap.c: Split out algorithm-specific functions
2021-06-22 Martin Schwenkeec: Only build ecp_nistp521-ppc64.s if enable-ec_nistp_...
2021-06-22 Martin Schwenkeec: Add alignment pseudo-op at beginning of function
2021-06-22 Martin Schwenkeec: Drop uses of .cfi_startproc/.cfi_endproc pseudo-ops
2021-06-22 Martin Schwenkeec: Fail build on big-endian with enable-ec_nistp_64_gc...
2021-06-17 Matt CaswellUpdate copyright year
2021-06-14 Matt CaswellAdd a generic SubjectPublicKeyInfo decoder
2021-06-02 Pauliec: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-06-01 Paulicrypto: updates to pass size_t to RAND_bytes_ex()
2021-05-29 Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-05-29 Amitay Isaacsec: Add PPC64 vector assembly version of p521 field...
2021-05-29 Martin Schwenkeec: Add run time code selection for p521 field operations
2021-05-29 Martin Schwenkeec: Rename reference p521 field operations and use...
2021-05-28 Rich SalzRework and make DEBUG macros consistent.
2021-05-26 Rich SalzUse <> for #include openssl/xxx
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-05-24 Juergen ChristFix warning in gf_serialize
2021-05-20 Richard LevitteModify EVP_PKEY_ASN1_METHOD's export_to function to...
2021-05-13 Tomas MrazReplace some of the ERR_clear_error() calls with mark...
2021-05-13 Tomas MrazImplement pem_read_key directly through OSSL_DECODER
2021-05-11 Dr. David von OheimbAdd convenience functions and macros for asymmetric...
2021-05-09 Theo BuehlerAvoid division by zero in hybrid point encoding
2021-05-08 Shane LontisRemove unused code from the fips module
2021-05-07 Jon SpillettFixes #14662. Return all EC parameters even for named...
2021-05-07 Richard LevitteDrop libimplementations.a
2021-04-22 Tomas MrazFix potential NULL dereference in ossl_ec_key_dup()
2021-04-22 Tomas MrazFix build failure with MSVC
2021-04-22 Matt CaswellAvoid the need for Configure time 128-bit int detection
2021-04-19 Tomas MrazDetect low-level engine and app method based keys
2021-04-15 Tomas MrazDo not allow creating empty RSA keys by duplication
2021-04-15 Tomas MrazAdd selection support to the provider keymgmt_dup function
2021-04-15 Tomas MrazImplement provider-side keymgmt_dup function
2021-04-12 Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-04-08 Matt CaswellUpdate copyright year
2021-04-08 Amitay Isaacscurve448: Integrate 64-bit reference implementation
2021-04-08 Amitay Isaacscurve448: Use constant time zero check function
2021-04-08 Amitay Isaacscurve448: Remove the unrolled loop version
2021-04-08 Amitay Isaacscurve448: Use NLIMBS where appropriate to simplify...
2021-04-08 Amitay Isaacscurve448: Modernise reference 64-bit code
2021-04-08 Amitay Isaacscurve448: Rename arch_ref64 to arch_64
2021-04-08 Amitay IsaacsPartially Revert "Remove curve448 architecture specific...
2021-04-08 Amitay Isaacscurve448: Use relative includes to avoid explicit depen...
2021-04-08 Amitay IsaacsUse numbers definition of int128_t and uint128_t
2021-03-28 Tomas MrazImplement EVP_PKEY_dup() function
2021-03-24 Juergen ChristFix compilation under -Werror
2021-03-22 Shane LontisFix usages of const EVP_MD.
2021-03-19 Richard LevittePROV: Add type specific PKCS#8 decoding to the DER...
2021-03-18 Shane LontisAdd ossl_ x509 symbols
2021-03-18 Shane LontisAdd ossl_ ecx symbols
2021-03-18 Shane LontisAdd ossl_encode symbols
2021-03-18 Shane LontisAdd ossl_asn1 symbols
2021-03-17 Matt CaswellRemove a TODO(3.0) from EVP_PKEY_derive_set_peer()
next