index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
ec
/
ec_ameth.c
Age
Commit message (
Expand
)
Author
2024-10-29
eckey_compute_pubkey: don't leak the public key
Theo Buehler
2024-10-28
Expose eckey_compute_key() from ec_ameth
Theo Buehler
2024-10-20
ec_ameth.c: fix includes
Theo Buehler
2024-08-29
Remove the pkey_{,public_,param_}check() handlers
Theo Buehler
2024-05-10
Add missing EC_KEY_free()
Theo Buehler
2024-04-18
Add some more comments explaining shortcomings of the API
Theo Buehler
2024-04-18
Use X509_ALGOR_get0() in ecdh_cms_set_shared_info()
Theo Buehler
2024-04-18
Test and assign in ecdh_cms_set_shared_info()
Theo Buehler
2024-04-18
Turn ecdh_cms_set_shared_info() into single exit
Theo Buehler
2024-04-17
Shuffle EVP_PKEY_CTX setting together
Theo Buehler
2024-04-17
ecdh_cms_encrypt(): tweak wrap_algor construction
Theo Buehler
2024-04-17
ecdh_cms_encrypt: tweak handling of ecdh_nid
Theo Buehler
2024-04-17
ecdh_cms_encrypt: handle kdf_md in one go
Theo Buehler
2024-04-17
ecdh_cms_encrypt: simplify setting the KDF type
Theo Buehler
2024-04-17
Use error checked X509_ALGOR_set0_by_nid
Theo Buehler
2024-04-17
ecdh_cms_encrypt: simplify handling of pkey
Theo Buehler
2024-04-17
Transfer ownership before setting unused bits
Theo Buehler
2024-04-17
Turn ecdh_cms_encrypt() into single exit
Theo Buehler
2024-04-17
Fix error check in ecdh_cms_encrypt()
Theo Buehler
2024-04-14
Fix indent
Theo Buehler
2024-04-13
Error check X509_ALGOR_set0() in {dsa,ec}_pkey_ctrl()
Theo Buehler
2024-01-04
Replace .pkey_base_id with a .base_method pointer
Theo Buehler
2023-12-29
eckey: adjust some variable names and unwrap function definitions
Theo Buehler
2023-12-29
Clean up old_ec_priv_decode()
Theo Buehler
2023-12-29
Clean up eckey_param_decode()
Theo Buehler
2023-12-29
Rework eckey_priv_decode()
Theo Buehler
2023-12-29
Move a call to X509_ALGOR_get0() down a line
Theo Buehler
2023-09-24
Break two ridiculously long lines in ec_pub_cmp() and ec_cmp_parameters()
Theo Buehler
2023-09-24
Refactor eckey_{param2type,type2param}()
Theo Buehler
2023-08-21
ec_ameth: clean up eckey_{pub,priv}_encode()
Theo Buehler
2023-08-12
The int_ prefix also leaves the ec_ameth mess
Theo Buehler
2023-07-07
Mop up remaining uses of ASN1_bn_print()
Theo Buehler
2023-07-03
Inline two copies of EC_GROUP_order_bits()
Theo Buehler
2023-07-01
Simplify ASN1_bn_print() usage in ec/
Theo Buehler
2023-03-07
Fix another return value check for CMS_SharedInfo_encode()
Theo Buehler
2023-03-06
Fix some return checks in ecdh_cms_encrypt()
Theo Buehler
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-11-19
Fix an annoying quirk in the EC code
Theo Buehler
2022-11-19
whitespace
Theo Buehler
2022-06-27
Prepare to provide EVP_PKEY_security_bits()
Theo Buehler
2022-05-24
Straightforward conversion of ecdh_cms_encrypt() to
Theo Buehler
2022-01-10
Prepare to provide EVP_PKEY_{public,param}_check
Theo Buehler
2022-01-10
Prepare to provide EVP_PKEY_check()
Theo Buehler
2021-12-12
Include evp_locl.h where it will be needed once most structs from
Theo Buehler
2019-09-09
Plug memory leak in error paths. Found while comparing this file
Theo Buehler
2019-09-09
Move #include <openssl/cms.h> to more appropriate location (since it is
Joel Sing
2019-09-08
Add CMS ECC support.
Joel Sing
2018-08-24
Add consts to EVP_PKEY_asn1_set_private()
Theo Buehler
2018-08-24
After removing support for broken PKCS#8 formats (it was high time),
Theo Buehler
2018-07-15
recommit label indentation part of the backout; clearly unrelated to the
Theo Buehler
[next]