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-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
2022-11-23
Move #ifndef OPENSSL_NO_DEPRECATED.
Joel Sing
2022-11-23
Remove bn_* defines/prototypes.
Joel Sing
2022-11-22
Fix some whitespace and comment formatting
Theo Buehler
2022-11-22
Rename last OPENSSL_gmtime() to asn1_time_time_t_to_tm()
Theo Buehler
2022-11-22
Remove incorrect "r must not be a" comment
Theo Buehler
2022-11-22
mention what BN_ULONG is
Ingo Schwarze
2022-11-22
Remove the lie that BN_ULONG might be 16 bits wide.
Ingo Schwarze
2022-11-22
Better document BN_ULONG (in the DESCRIPTION near BN_num_bits_word(3))
Ingo Schwarze
2022-11-22
Fix segfaults in BN_dec2bn() and BN_hex2bn()
Theo Buehler
2022-11-21
document BN_nist_mod_521(3) and their four siblings
Ingo Schwarze
2022-11-20
Fix a surprising quirk in BN_GF2m_mod(3).
Ingo Schwarze
2022-11-20
Fix an off-by-one bug in BN_GF2m_poly2arr(3).
Ingo Schwarze
2022-11-19
Fix comment describing BN_mod_sqrt()
Theo Buehler
2022-11-19
Rework pkey_dsa_sign() and pkey_dsa_verify()
Theo Buehler
2022-11-19
Rework DSA_sign() and DSA_verify()
Theo Buehler
2022-11-19
Fix an annoying quirk in the EC code
Theo Buehler
2022-11-19
whitespace
Theo Buehler
2022-11-19
Fix whitespace
Theo Buehler
2022-11-19
Unindent and check some pointers explicitly against NULL
Theo Buehler
2022-11-19
Remove HMAC PRIVATE KEY support
Theo Buehler
2022-11-18
Check os for NULL before dereferencing it
Theo Buehler
2022-11-18
Include bytestring.h directly rather than pulling it in via asn1_locl.h
Theo Buehler
2022-11-18
Wire up HMAC to raw private key methods
Theo Buehler
2022-11-18
Change the pkey.ptr from char * to void *
Theo Buehler
2022-11-18
group -> field
Theo Buehler
2022-11-18
polynominal -> polynomial
Theo Buehler
2022-11-18
new manual page BN_GF2m_add(3)
Ingo Schwarze
2022-11-17
Prevent Ed25519 signature malleability
Theo Buehler
2022-11-17
Restrict what getaddrinfo(3) is willing to try to resolve.
Florian Obser
2022-11-17
Revert "Check certificate extensions in trusted certificates"
Bob Beck
[next]