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-03
affine coordinates: the intention was to move the check, not to copy it...
Theo Buehler
2024-11-03
Move point at infinity check to API boundary
Theo Buehler
2024-11-02
d2i_ECPKParameters(): unify return statement with rest of file
Theo Buehler
2024-11-02
ec_convert: remove _OCT also from the macro names
Theo Buehler
2024-11-02
Fix includes in ec_lib and ecp_smpl
Theo Buehler
2024-11-02
Merge compressed coordinate setting back into ecp_smpl and ec_lib
Theo Buehler
2024-11-02
Assert assumption on CRYPTO_THREADID
Theo Buehler
2024-11-02
Rewrite/clean up ec_GFp_simple_set_compressed_coordinates()
Theo Buehler
2024-11-02
Bye bye CRYPTO_THREADID
Theo Buehler
2024-11-02
Inline last uses of CRYPTO_THREADID in err/
Theo Buehler
2024-11-02
sort includes
Theo Buehler
2024-11-01
More include sweeping in cms.
Theo Buehler
2024-11-01
Fix includes in cms_env.c
Theo Buehler
2024-11-01
Drop some pointless parentheses
Theo Buehler
2024-11-01
Only include cryptlib.h where it's needed
Theo Buehler
2024-11-01
Clean up PPC CPU capabilities and Montgomery code.
Joel Sing
2024-11-01
Update cert.pem, ok sthen
Theo Buehler
2024-11-01
regen cert.pem after sort order change in format-pem.pl
Theo Buehler
2024-11-01
Don't lowercase cert subjects when sorting; combined with perl foreach over
Stuart Henderson
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
[next]