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
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-23
Revert previous, not all platforms allow compiling
Otto Moerbeek
2023-06-22
Allow to ask for deeper callers for leak reports using malloc options.
Otto Moerbeek
2023-06-21
Use recallocarray() consistently. recallocarray() was introduced to simplify
Claudio Jeker
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-20
responsibilty -> responsibility
Jonathan Gray
2023-06-20
- filedescriptor -> file descriptor, as per the rest of the page
Jason McIntyre
2023-06-19
Properly guard ENGINE usage with !OPENSSL_NO_ENGINE
Theo Buehler
2023-06-19
Improve the ibuf API by adding these functions:
Claudio Jeker
2023-06-19
Dedoxigenize ecdsa.h
Theo Buehler
2023-06-18
Turns out EC_KEY_METHOD_new() has dup built in...
Theo Buehler
2023-06-18
tls_signer: reinstate the default EC_KEY methods
Theo Buehler
2023-06-18
Switch tls_ecdsa_do_sign() to EC_KEY_get_ex_data()
Theo Buehler
2023-06-18
libtls: switch ECDSA_METHOD usage to EC_KEY_METHOD
Omar Polo
2023-06-17
Optimise bn_mul2_mulw_addtw() for aarch64.
Joel Sing
2023-06-17
Speed up Montgomery multiplication.
Joel Sing
2023-06-16
Fix CRYPTO_get_ex_new_index() to return 1 or higher
Theo Buehler
2023-06-15
Teach the grotty X509_certificate_type() about Ed25519 certs
Theo Buehler
2023-06-15
regen
Theo Buehler
2023-06-15
Add RSA with the sha3s to obj_xref.txt
Theo Buehler
2023-06-15
regen obj_xref.h
Theo Buehler
2023-06-15
Add Ed25519 to the obj_xref table.
Theo Buehler
2023-06-15
Some fixes in ASN1_item_verify()
Theo Buehler
2023-06-15
Make another NULL check explicit and put a brace on the proper line
Theo Buehler
2023-06-15
Rename a few variables and other cosmetics
Theo Buehler
2023-06-15
Switch ASN1_item_sign_ctx() to EVP_DigestSign()
Theo Buehler
2023-06-15
Make NULL checks explicit in ASN1_item_sign_ctx()
Theo Buehler
2023-06-15
ASN1_item_sign_ctx()
Theo Buehler
2023-06-15
Fix a logic error in ASN1_item_sign_ctx()
Theo Buehler
2023-06-13
Move comment about ASN1_item_dup() where it belongs
Theo Buehler
2023-06-13
Disallow aliasing of return value and modulus
Theo Buehler
2023-06-13
Add a BN_R_INVALID_ARGUMENT error code
Theo Buehler
2023-06-12
Remove prototypes for various ec_GF2m_* functions that no longer exist.
Joel Sing
[prev]
[next]