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
/
libcrypto
Age
Commit message (
Expand
)
Author
2023-06-27
Remove some dead code from ECPKParameters_print()
Theo Buehler
2023-06-27
Remove the now unused poly[] from EC_GROUP
Theo Buehler
2023-06-27
Simplify EC_GROUP_get_basis_type()
Theo Buehler
2023-06-26
Adjust EVP_PKEY_CTRL_HKDF_KEY to OpenSSL's semantics
Theo Buehler
2023-06-25
Add missing RCS marker
Theo Buehler
2023-06-25
Remove unneeded bn_local.h and drop a NULL check
Theo Buehler
2023-06-25
Move ECDSA_size() to ecs_ossl.c to match what was done in ecdh
Theo Buehler
2023-06-25
With ech_local.h gone, we no longer need to -I ecdh
Theo Buehler
2023-06-25
Remove ech_local.h
Theo Buehler
2023-06-25
Stop including ech_local.h
Theo Buehler
2023-06-25
Remove prototypes for EC_KEY_{get,insert}_key_method_data()
Theo Buehler
2023-06-25
Move ecdh_KDF_X9_63() to ec_local.h
Theo Buehler
2023-06-25
Move ECDH_size() to ech_key.c
Theo Buehler
2023-06-25
Move the ecdh_method struct declaration to ech_lib.c
Theo Buehler
2023-06-25
Move ECDH_OpenSSL() ECDSA_OpenSSL() to *_lib.c
Theo Buehler
2023-06-25
Remove EC_EXTRA_DATA
Theo Buehler
2023-06-25
Remove {ecdh,ecdsa}_check() and {ECDH,ECDSA}_DATA
Theo Buehler
2023-06-25
Remove method wrappers that use {ecdh,ecdsa}_check()
Theo Buehler
2023-06-25
ecdsa_do_sign(): remove useless ecdsa_check() call
Theo Buehler
2023-06-25
Make ECDH and ECDSA ex_data handlers always fail
Theo Buehler
2023-06-25
Make {ECDH,ECDSA}_set_method() always fail
Theo Buehler
2023-06-25
x509v3.h: unwrap a line
Theo Buehler
2023-06-25
Adjust/fix X509_check_purpose(3) documentation
Theo Buehler
2023-06-25
Check for duplicate X.509v3 extension OIDs
Theo Buehler
2023-06-25
Provide additional BN primitives for BN_ULLONG architectures.
Joel Sing
2023-06-25
ech_local.h: remove unused ECDH_FLAG_FIPS_METHOD
Theo Buehler
2023-06-25
ec_local.h: move ec_group_simple_order_bits down a bit
Theo Buehler
2023-06-24
Remove precompute_mult/have_precompute_mult from EC_METHOD.
Joel Sing
2023-06-24
Mop up EC_GROUP precomp machinery.
Joel Sing
2023-06-24
Mop up ec_wNAF_{,have_}precompute_mult().
Joel Sing
2023-06-24
Add conditional around bn_mul_words() call.
Joel Sing
2023-06-24
Assign and test.
Joel Sing
2023-06-24
Check for non-zero length rather than a zero value.
Joel Sing
2023-06-24
Rewrite and simplify bn_sqr()/bn_sqr_normal().
Joel Sing
2023-06-24
Provide optimised bn_subw() and bn_subw_subw() for arm.
Joel Sing
2023-06-23
Avoid crash in BN_asc2bn()
Theo Buehler
2023-06-23
Fix return check for BN_hex2bn()
Theo Buehler
2023-06-23
Fix return check of bn_hex2bn_cbs()
Theo Buehler
2023-06-23
typo: hexidecimal -> hexadecimal
Theo Buehler
2023-06-23
Remove some redundant parentheses
Theo Buehler
2023-06-21
Provide optimised bn_clzw() for aarch64.
Joel Sing
2023-06-21
Provide and use bn_clzw() in place of bn_word_clz().
Joel Sing
2023-06-21
Make BN_num_bits() independent of bn->top.
Joel Sing
2023-06-20
Consolidate elliptic curve cofactor handling
Theo Buehler
2023-06-20
Improve certificate version checks in x509v3_cache_extensions()
Theo Buehler
2023-06-20
Rename all occurrences of e in this file to engine
Theo Buehler
2023-06-20
Rename int_ctx_new() into evp_pkey_ctx_new()
Theo Buehler
2023-06-20
Clean up and fix int_ctx_new()
Theo Buehler
2023-06-20
Clean up EVP_PKEY_CTX_meth_dup()
Theo Buehler
2023-06-19
Properly guard ENGINE usage with !OPENSSL_NO_ENGINE
Theo Buehler
[next]