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
Age
Commit message (
Expand
)
Author
2024-04-23
One empty line is enough
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
Remove comments from captain obvious and drop useless prototypes
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-15
More X9.62 stuff was never used outside of ec_asn1.c
Theo Buehler
2024-04-15
EC_PRIVATEKEY becomes internal-only, too
Theo Buehler
2024-04-15
Unexport the ECPKPARAMETERS API
Theo Buehler
2024-04-15
Make ECPARAMETERS_{new,free,it} internal-only
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-04-10
Hide deprecated functions in ec.h
Bob Beck
2024-04-02
Simplify ecx_cms_sign_or_verify() using X509_ALGOR_set0_by_nid()
Theo Buehler
2024-03-29
Implement Ed25519 signatures for CMS (RFC 8419)
Theo Buehler
2024-03-27
Unify *_up_ref() implementations
Theo Buehler
2024-03-24
Bye bye gost, bye, bye turdiness
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-12-28
Clean up pkey_ec_paramgen()
Theo Buehler
2023-12-28
Fix pkey_ec_keygen()
Theo Buehler
2023-11-29
Ignore ENGINE at the API boundary
Theo Buehler
2023-11-21
ec_print.c: Unwrap a line
Theo Buehler
2023-11-21
Inline a better version of print_bin() in only caller
Theo Buehler
2023-11-21
Fix a <= 5-byte buffer overwrite in print_bin()
Theo Buehler
2023-11-19
Unifdef OPENSSL_NO_ENGINE in libcrypto
Theo Buehler
2023-11-09
Convert ecx_item_sign() to X509_ALGOR_set0_by_nid()
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-08-11
Move EC_KEY and EC_KEY_METHOD typedefs to ossl_typ.h
Theo Buehler
2023-08-03
Make the bn_rand_interval() API a bit more ergonomic
Theo Buehler
2023-07-28
Stop including ecdsa.h and ecdh.h internally
Theo Buehler
2023-07-28
Move KDF handling to ECDH_compute_key()
Theo Buehler
2023-07-28
Merge ecdh.h into ec.h
Theo Buehler
[next]