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
Age
Commit message (
Expand
)
Author
2024-10-30
ec_asn1_group2parameters: replace point with generator
Theo Buehler
2024-10-30
ec_asn1_group2parameters: mechanically replace ret with parameters
Theo Buehler
2024-10-30
Provide ec_point_to_asn1_bit_string()
Theo Buehler
2024-10-30
Provide ec_point_to_asn1_octet_string()
Theo Buehler
2024-10-30
Add a convenience wrapper for EC_POINT_point2oct()
Theo Buehler
2024-10-30
CTL_VM defines moved from uvm_param.h to uvmexp.h
Jonathan Gray
2024-10-29
eckey_compute_pubkey: don't leak the public key
Theo Buehler
2024-10-29
ec_asn1: zap an empty line
Theo Buehler
2024-10-28
Fix private key encoding in i2d_ECPrivateKey()
Theo Buehler
2024-10-28
d2i_ECPrivateKey: split public key setting into a helper
Theo Buehler
2024-10-28
Expose eckey_compute_key() from ec_ameth
Theo Buehler
2024-10-28
d2i_ECPrivateKey: split private key setting into a helper
Theo Buehler
2024-10-28
d2i_ECPrivateKey: split parameter setting into a helper
Theo Buehler
2024-10-28
Rename the EC_KEY in i2o_ECPublicKey() to ec_key
Theo Buehler
2024-10-28
Rename the EC_KEY in i2d_ECPrivateKey() to ec_key
Theo Buehler
2024-10-28
ec_print.c: fix includes.
Theo Buehler
2024-10-27
d2i_ECParameters: clean up entry and exit
Theo Buehler
2024-10-27
d2i_ECParameters: rename a to out_ec_key
Theo Buehler
2024-10-27
d2i_ECParameters: rename ret to ec_key
Theo Buehler
2024-10-27
i2d_ECParameters: rename a to ec_key
Theo Buehler
2024-10-26
d2i_ECPrivateKey: move the version setting where it belongs
Theo Buehler
2024-10-26
d2i_ECPrivateKey: minor cleanup for entry and exit path
Theo Buehler
2024-10-26
a and ret aren't great names for EC_KEYs
Theo Buehler
2024-10-26
Mechanically rename priv_key to ec_privatekey
Theo Buehler
2024-10-25
Cosmetic tweak to make point2oct and oct2point more symmetric
Theo Buehler
2024-10-25
ec_asn1: make two helpers static
Theo Buehler
2024-10-25
Minor cosmetic tweaks for EC_GROUP_set_seed()
Theo Buehler
2024-10-25
ec_asn1: fix some NULL misspellings
Theo Buehler
2024-10-24
Fix argument names: des_in -> der_in and des_out -> der_out
Theo Buehler
2024-10-24
Add missing error check for CBB_init_fixed()
Theo Buehler
2024-10-23
EC_POINT_point2oct() need to special case the point at infinity
Theo Buehler
2024-10-23
EC_get_builtin_curves(): the most appropriate name for a list of curves...
Theo Buehler
2024-10-23
remove duplicate defines; ok tb@
Jonathan Gray
2024-10-22
remove duplicate X509v3_asid_add_id_or_range.3 line
Jonathan Gray
2024-10-22
remove duplicate rcs id
Jonathan Gray
2024-10-22
Move a check for hybrid point encoding into a helper function
Theo Buehler
2024-10-22
Rewrite ec_GFp_simple_point2oct() using CBB
Theo Buehler
2024-10-22
Rewrite ec_GFp_simple_oct2point() using CBS
Theo Buehler
2024-10-22
Start cleaning up oct2point and point2oct
Theo Buehler
2024-10-22
Revert marking EC_GROUP_method_of() and EC_METHOD_get_field_type() unused
Theo Buehler
2024-10-22
ecp_oct.c: add missing includes
Theo Buehler
2024-10-22
Mark EC_GROUP_method_of() and EC_METHOD_get_field_type() as unused
Theo Buehler
2024-10-22
Provide and use ec_group_get_field_type()
Theo Buehler
2024-10-22
Inline a use of EC_GROUP_method_of()
Theo Buehler
2024-10-20
ec_ameth.c: fix includes
Theo Buehler
2024-10-20
ec_asn1: add missing includes
Theo Buehler
2024-10-20
ec_curve: add missing includes
Theo Buehler
2024-10-20
zap an empty line
Theo Buehler
2024-10-19
Make ec EVP_PKEY_CTRL_MD handler match dsa/rsa more closely
Theo Buehler
2024-10-19
Drop a useless cast in pkey_dsa_ctrl()
Theo Buehler
[prev]
[next]