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-03-15
Return the signature length after successful signing operation
Theo Buehler
2023-03-15
Add comments that explain why things are done in this strange order.
Theo Buehler
2023-03-15
Push calloc() of ndef_aux down as far as possible and
Theo Buehler
2023-03-15
Error check BIO_asn1_set_{prefix,suffix}() calls
Theo Buehler
2023-03-15
Streaming BIOs assume they can write to NULL BIOs
Theo Buehler
2023-03-15
Ensure negative input to BN_mod_exp_mont_consttime() is correctly reduced.
Joel Sing
2023-03-13
Stop confusing out and asn_bio in BIO_new_NDEF()
Theo Buehler
2023-03-12
pk7_cb() and cms_cb()
Theo Buehler
2023-03-12
Avoid an 1 byte out-of-bounds read in ASN1_PRINTABLE_type()
Theo Buehler
2023-03-11
Remove a few extra spaces
Theo Buehler
2023-03-11
Switch an early return into goto err
Theo Buehler
2023-03-11
Tiny cleanup for readability
Theo Buehler
2023-03-11
Use "if (ptr == NULL)" instead of "if (!ptr)"
Theo Buehler
2023-03-11
Fix double free after BIO_new_NDEF()
Theo Buehler
2023-03-11
Fix an off-by-one in dsa_check_key()
Theo Buehler
2023-03-11
Call CRYPTO_cleanup_all_ex_data() from OPENSSL_cleanup().
Joel Sing
2023-03-11
Avoid -0 in BN_div_word().
Joel Sing
2023-03-11
Correct sign handling in BN_add_word().
Joel Sing
2023-03-11
Remove a pesky space.
Joel Sing
2023-03-10
Crankl libcrypto/libssl/libtls minors after symbol addition
Theo Buehler
2023-03-10
Update Symbols.list
Theo Buehler
2023-03-10
Expose various X509_STORE_*check_issued()
Theo Buehler
2023-03-10
Expose X509_CRL_get0_sigalg() and X509_get0_uids
Theo Buehler
2023-03-10
Expose UI_null()
Theo Buehler
2023-03-10
Expose the EVP_CIPHER_meth_* API (setter only) in evp.h
Theo Buehler
2023-03-10
ASN.1 BIO: properly wire up prefix_free and suffix_free
Theo Buehler
2023-03-10
Return the correct type for ASN.1 BOOLEANs
Theo Buehler
2023-03-09
Add missing error checking in PKCS7
Theo Buehler
2023-03-08
Fix a EC_GROUP_clear_free() that snuck through.
Joel Sing
2023-03-08
Fix previous.
Joel Sing
2023-03-08
Always clear EC groups and points on free.
Joel Sing
2023-03-08
Stop trying to use EC_GFp_nist_method().
Joel Sing
2023-03-08
Remove EC_FLAGS_DEFAULT_OCT.
Joel Sing
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-03-07
Improve bn_montgomery_multiply_words().
Joel Sing
2023-03-07
Slightly rework bn_mulw_addtw().
Joel Sing
2023-03-07
Call BN_free() instead of BN_clear_free().
Joel Sing
2023-03-07
Fix another return value check for CMS_SharedInfo_encode()
Theo Buehler
2023-03-07
Limit bn_mul_mont() usage to sizes less than or equal to 8192 bits.
Joel Sing
2023-03-07
Implement bn_montgomery_multiply()
Joel Sing
2023-03-07
Refactor BN_mod_mul_montgomery().
Joel Sing
2023-03-07
Make order of pub_key and priv_key the same everywhere
Theo Buehler
2023-03-07
Fix OpenSSL version in HISTORY section
Theo Buehler
2023-03-07
Delete unused and unsafe bn_mul_mont() example code.
Joel Sing
2023-03-07
Fix comment for bn_mul2_mulw_addtw()
Joel Sing
2023-03-07
Move EC_GFp_simple_method() to the bottom of the file.
Joel Sing
2023-03-07
Use static functions for EC_GF2m_simple_method() implementation.
Joel Sing
2023-03-07
Use static functions for EC_GFp_nist_method() implementation.
Joel Sing
2023-03-07
Use static functions for EC_GFp_mont_method() implementation.
Joel Sing
2023-03-07
Fix formatting of comments.
Joel Sing
[next]