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-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
2024-10-19
Remove IA32 specific code from cryptlib.c.
Joel Sing
2024-10-19
Remove unused sparc CPU capability detection code.
Joel Sing
2024-10-19
EC_GROUP_check(): zap useless comments
Theo Buehler
2024-10-19
Move EC_GROUP_check() to ec_lib.c
Theo Buehler
2024-10-18
Simplify EC_get_builtin_curves().
Theo Buehler
2024-10-18
Use better naming in ec_curve.c
Theo Buehler
2024-10-18
Enforce that EC Parameters correspond to a builtin curve
Theo Buehler
2024-10-18
Remove now unused x86cpuid.pl.
Joel Sing
2024-10-18
Provide crypto_cpu_caps_init() for i386.
Joel Sing
2024-10-18
Remove now unused x86_64cpuid.pl.
Joel Sing
2024-10-18
Provide crypto_cpu_caps_init() for amd64.
Joel Sing
2024-10-18
Inline last use of OPENSSL_load_builtin_modules()
Theo Buehler
2024-10-18
Move EC_GROUP_new_curve_GFp() into ec_lib.c
Theo Buehler
2024-10-18
Merge EC_GROUP_new_curve_GFp() with ec_group_new_curve()
Theo Buehler
2024-10-17
Split ec_asn1_parameters2group() into digestible pieces
Theo Buehler
2024-10-17
Provide crypto_cpu_caps_init() as a CPU capability detection entry point.
Joel Sing
2024-10-17
Remove run once code from OPENSSL_cpuid_setup().
Joel Sing
2024-10-17
libssl: rework cert signature security level
Theo Buehler
2024-10-15
Unindent error check in EC_GROUP_set_generator()
Theo Buehler
2024-10-15
Switch ec_asn1_group2parameters() to get0_{order,cofactor}()
Theo Buehler
2024-10-15
Provide EC_GROUP_get0_cofactor() for internal use
Theo Buehler
2024-10-14
Make NULL checks in ec_asn1_group2curve() explicit
Theo Buehler
2024-10-14
Fix field element encoding for elliptic curve coefficients
Theo Buehler
2024-10-14
Drop an obvious comment and fix indent for setting the seed
Theo Buehler
2024-10-14
In ec_asn1_group2curve() rename ok to ret, per usual
Theo Buehler
2024-10-13
byt -> but; ok tb@
Jonathan Gray
2024-10-12
Remove unnecessary str variable in ssl_stat.c
Theo Buehler
2024-10-11
Use a and b for the curve coefficients
Theo Buehler
2024-10-11
Clean up ec_asn1_group2fieldid()
Theo Buehler
2024-10-11
Fix a long-standing bug in ec_asn1_group2pkparameters()
Theo Buehler
[next]