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
2022-12-04
Fix warnings about binding changed to STB_WEAK on i386
Theo Buehler
2022-12-03
Add ENTRY_NB() and use it for brk.S and sbrk.S on riscv64
Jeremie Courreges-Anglas
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-02
Drop _C_LABEL() uses in riscv64-specific code
Jeremie Courreges-Anglas
2022-12-02
When checking if we're implied we must also check if we're working on a
Martijn van Duren
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
Passing preallocated keys to d2i_RSAPublicKey() does not work anymore
Alexander Bluhm
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
Remove rex.x, obsolete remote execution protocol
Matthieu Herrb
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
Reverse arguments in CBS_dup()
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
2022-11-23
Remove unused bn_dup_expand().
Joel Sing
[next]