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-05-13
default path includes /usr/local/sbin
Klemens Nanni
2023-05-12
Bob points out that one error should be an X509V3error()
Theo Buehler
2023-05-12
x509_utl.c: fix some style nits.
Theo Buehler
2023-05-12
Rewrite string_to_hex() and hex_to_string() using CBB/CBS
Theo Buehler
2023-05-12
Reduce the number of SHA-512 C implementations from three to one.
Joel Sing
2023-05-12
primility -> primality
Jonathan Gray
2023-05-12
Be a bit more precise on how s2i_ASN1_OCTET_STRING handles colons
Theo Buehler
2023-05-11
Retguard addition in commit 72pYktDvmJhq7OyF was based on the understanding
Philip Guenther
2023-05-11
tls_verify.c: give up on variable alignment in this file
Theo Buehler
2023-05-11
Document recent changes in primality testing
Theo Buehler
2023-05-10
Use is_pseudoprime instead of is_prime in bn_bpsw.c
Theo Buehler
2023-05-10
switch two ASN1_STRING_data() to ASN1_STRING_get0_data()
Omar Polo
2023-05-10
Add Miller-Rabin test for random bases to BPSW
Theo Buehler
2023-05-10
As mmap(2) is no longer a LOCK syscall, do away with the extra
Otto Moerbeek
2023-05-09
Make failure mode of EVP_AEAD_CTX_new() more explicit
Theo Buehler
2023-05-09
bn_exp: also special case -1 modulus
Theo Buehler
2023-05-09
Rewrite BN_bn2hex() using CBB/CBS.
Joel Sing
2023-05-09
Rewrite BN_bn2dec() using CBB/CBS.
Joel Sing
2023-05-08
Rename the other_ctx in X509_STORE_CTX into trusted
Theo Buehler
2023-05-08
Add RCS tag
Theo Buehler
2023-05-08
X509_verify_cert(): Garbage collect the unused roots variable
Theo Buehler
2023-05-08
Avoid trailing whitespace in extension printing
Theo Buehler
2023-05-07
Recommit -Wshadow now that the warning on BIG_ENDIAN is fixed
Theo Buehler
2023-05-07
xts128 mode: avoid two -Wshadow warnings in the BIG_ENDIAN code path.
Theo Buehler
2023-05-07
Backout -Wshadow, it breaks build on powerpc64.
Alexander Bluhm
2023-05-07
Remove a misplaced empty line
Theo Buehler
2023-05-06
Regen cert.pem
Theo Buehler
2023-05-05
Use -Wshadow with clang
Theo Buehler
2023-05-05
Fix error handling in tls_check_common_name()
Theo Buehler
2023-05-05
Salt shares the blame of the continued existence of the X9.31 padding mode
Theo Buehler
2023-05-05
Reinstate documentation of RSA_X931_PADDING
Theo Buehler
2023-05-05
Add back support for RSA_X931_PADDING
Theo Buehler
2023-05-05
Link rsa_x931.c to build
Theo Buehler
2023-05-05
Bring back the X9.31 padding helpers
Theo Buehler
2023-05-04
Rewrite ECParameters_dup()
Theo Buehler
2023-05-04
Use size_t instead of int in EC_POINT_point2oct()
Theo Buehler
2023-05-04
Fix line wrapping
Theo Buehler
2023-05-04
Fix function name in doc comment
Theo Buehler
2023-05-03
Revert utf-8 fix for X509_NAME_get_index_by_NID to avoid libtls
Bob Beck
2023-05-03
Bring back length check tb ok'ed and I managed to remove while
Bob Beck
2023-05-03
Fix a few KNF/whitespace issues
Theo Buehler
2023-05-02
Change X509_NAME_get_index_by[NID|OBJ] to be safer.
Bob Beck
2023-05-02
Rename P into generator
Theo Buehler
2023-05-02
Simplify EC_GROUP_new_by_curve_name()
Theo Buehler
2023-05-02
Style tweaks for SMIME_write_PKCS7()
Theo Buehler
2023-05-02
Unwrap a line
Theo Buehler
2023-05-02
Sync with upstream
Theo Buehler
2023-05-01
stray whitespace
Theo Buehler
2023-05-01
Add a missing pair of braces.
Theo Buehler
2023-05-01
Use uppercase for the CURVE_LIST_LENGTH macro
Theo Buehler
[next]