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-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
2023-03-07
Consolidate clear code for EC_GFp_mont_method.
Joel Sing
2023-03-06
Clean up ndef_{prefix,suffix}_free()
Theo Buehler
2023-03-06
Document ECDSA_SIG_get0_{r,s}()
Theo Buehler
2023-03-06
Document DH_get0_* for individual DH members.
Theo Buehler
2023-03-06
Document DSA_get0_* for individual DSA members
Theo Buehler
2023-03-06
Document RSA_get0_* for individual RSA members.
Theo Buehler
2023-03-06
Rework asn1_item_flags_i2d()
Theo Buehler
2023-03-06
Fix some return checks in ecdh_cms_encrypt()
Theo Buehler
2023-03-06
Fix incorrect RSA_public_decrypt() return check
Theo Buehler
2023-03-06
ASN.1 enc: check ASN1_item_ex_i2d() consistency
Theo Buehler
[next]