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-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
2024-10-11
Use defines for the CHOICE variants of ECPKPARAMETERS
Theo Buehler
2024-10-11
Remove NULL check in ec_asn1_pkparameters2group()
Theo Buehler
2024-10-11
Use better variable names in ec_asn1_pkparameters2group()
Theo Buehler
2024-10-11
First cleanup pass over ec_asn1_group2pkparameters()
Theo Buehler
2024-10-11
err.c: zap stray space
Theo Buehler
2024-10-11
Apply some style(9) and tidy some comments.
Joel Sing
2024-10-11
Remove pointless locking from err_build_SYS_str_reasons().
Joel Sing
2024-10-11
Convert err_clear_data() and err_clear() from macros to functions.
Joel Sing
2024-10-11
Remove unused typedef for ERR_FNS.
Joel Sing
2024-10-11
Add err_ prefix to build_SYS_str_reasons().
Joel Sing
2024-10-11
Make ERR_str_{libraries,reasons,functs}[] const.
Joel Sing
2024-10-11
Add ERR_LIB_SYS to the error values in ERR_str_functs[].
Joel Sing
2024-10-11
Remove params argument from ec_asn1_group2parameters()
Theo Buehler
2024-10-11
Simplify ec_asn1_group2pkparameters()
Theo Buehler
[next]