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
2022-12-07
Improve the implementation of BIO_push(3) such that it changes nothing
Ingo Schwarze
2022-12-07
Add references to the BIO_{push,pop}(3) example
Theo Buehler
2022-12-07
Fix example string
Theo Buehler
2022-12-06
Zap extra space
Theo Buehler
2022-12-06
Major rewrite for accuracy and clarity, and document BIO_set_next(3).
Ingo Schwarze
2022-12-06
Make sure BIO_push(3) always preserves all invariants of the prev_bio
Ingo Schwarze
2022-12-06
Improve the poorly designed BIO_set_next(3) API to always preserve all
Ingo Schwarze
2022-12-06
arithmethic -> arithmetic
Jonathan Gray
2022-12-02
Drop 'perhaps a little', plus grammar and spelling nits
Theo Buehler
2022-12-02
Revert bio_prev removal
Theo Buehler
2022-12-01
Update reference to table generation
Theo Buehler
2022-12-01
Mark the X509_V_FLAG_CB_ISSUER_CHECK flag as deprecated
Theo Buehler
2022-12-01
Annotate X509_V_FLAG_CB_ISSUER_CHECK as deprecated and unused
Theo Buehler
2022-12-01
Retire X509_V_FLAG_CB_ISSUER_CHECK
Theo Buehler
2022-12-01
Getters and setters for the check_issued() callback
Theo Buehler
2022-12-01
BN_one() can fail, check its return value.
Joel Sing
2022-11-30
Rewrite bn_correct_top().
Joel Sing
2022-11-30
Fix return values bug in BN_ucmp().
Joel Sing
2022-11-30
Mostly align BIO_read()/BIO_write() return values with OpenSSL 3.x.
Joel Sing
2022-11-30
Mop up more BN_DEBUG related code.
Joel Sing
2022-11-29
Add missing markup to comments and to RFC 3779 error
Theo Buehler
2022-11-29
First pass at updating verifier error docs
Theo Buehler
2022-11-29
Remove a few doubled spaces and wrap an overlong line
Theo Buehler
2022-11-29
Sort a few outliers by increasing error number to match x509_vfy.h
Theo Buehler
2022-11-29
Fix includes
Theo Buehler
2022-11-29
Add missing X509_V_ERR_UNSPECIFIED case
Theo Buehler
2022-11-29
Fix some KNF issues
Theo Buehler
2022-11-29
Make X509_verify_cert_error_string() thread safe
Theo Buehler
2022-11-28
Garbage collect the unused asn1_add_error()
Theo Buehler
2022-11-28
Retire prev_bio
Theo Buehler
2022-11-28
Fix NULL dereference in x509_constraints_uri_host()
Theo Buehler
2022-11-27
In bio.h rev. 1.50 and rev. 1.51, tb@ provided BIO_set_retry_reason(3).
Ingo Schwarze
2022-11-26
Make header guards of internal headers consistent
Theo Buehler
2022-11-26
bn_lcl.h wanted special treatment.
Theo Buehler
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-11-26
Remove BIGNUM consistency macros.
Joel Sing
2022-11-26
cms_lcl.h should not be part of SRCS
Theo Buehler
2021-08-18
Import initial code for the SM2 cipher
Theo Buehler
2022-11-25
In bio.h rev. 1.46/1.47 (Oct/Nov 2021), tb@ provided BIO_get_init(3).
Ingo Schwarze
2022-11-24
Major overhaul.
Ingo Schwarze
2022-11-24
Merge the second y_bit check into the first one where it belongs
Theo Buehler
2022-11-24
Simplify y_bit handling in compressed coordinates
Theo Buehler
2022-11-24
Clean up EC_METHOD and EC_GROUP definitions
Theo Buehler
2022-11-24
Change bn_expand()/bn_wexpand() to indicate failure/success via 0/1.
Joel Sing
2022-11-24
Call bn_expand() rather than handrolling an equivalent.
Joel Sing
2022-11-23
Fix leaks in ecx_set_{priv,pub}_key()
Theo Buehler
2022-11-23
Use bn_wexpand() rather than bn_expand() with sizeof(BN_ULONG).
Joel Sing
2022-11-23
Ensure that bn_expand()/bn_wexpand() fail on negative sizes.
Joel Sing
2022-11-23
Turn bn_wexpand() into a function.
Joel Sing
2022-11-23
Move bn_expand() under bn_expand2().
Joel Sing
[next]