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-11-01
KNF
Theo Buehler
2024-11-01
Move point_conversion_t conversion to API boundary
Theo Buehler
2024-11-01
Garbage collect field_div() member.
Theo Buehler
2024-11-01
sort
Theo Buehler
2024-10-31
Drop the _oct from the function prefixes
Theo Buehler
2024-10-31
Retire the oct2point and point2oct EC_METHOD members
Theo Buehler
2024-10-31
Clean up the mess in i2d_EC_PRIVATEKEY()
Theo Buehler
2024-10-31
Clean up o2i_ECPublicKey()
Theo Buehler
2024-10-31
Rewrite i2o_ECPublicKey()
Theo Buehler
2024-10-31
ecp_oct.c no longer needs bytestring and stdint
Theo Buehler
2024-10-31
ec_point_to_octets: move out_len initialization up a bit
Theo Buehler
2024-10-30
Expand the introductory comment with references to X9.62 and SEC 1
Theo Buehler
2024-10-30
Move the point2bn and point2hex API to ec_convert.c
Theo Buehler
2024-10-30
Replace hardcoded 1U with EC_OCT_YBIT
Theo Buehler
2024-10-30
Move the GFp-specific point <-> octets functions to ec_convert.c
Theo Buehler
2024-10-30
Move public point <-> octets API to a new ec_convert.c
Theo Buehler
2024-10-30
Rewrite EC_POINT_bn2point()
Theo Buehler
2024-10-30
Add ec_point_from_asn1_bit_string()
Theo Buehler
2024-10-30
Add ec_point_from_asn1_octet_string()
Theo Buehler
2024-10-30
Provide ec_point_from_octets()
Theo Buehler
2024-10-30
Rewrite BN_hex2point()
Theo Buehler
2024-10-30
Rewrite EC_POINT_point2hex()
Theo Buehler
2024-10-30
Rewrite EC_POINT_point2bn()
Theo Buehler
2024-10-30
ec_asn1_group2parameters: some spring cleaning
Theo Buehler
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
[prev]
[next]