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-19
Add missing rsa_security_bit() handler to the RSA-PSS ASN1_METHOD
Theo Buehler
2023-05-19
Since waitid(2) shares code with wait4(2) and doesn't expose any
Philip Guenther
2023-05-19
backout alignment changes (breaking at least two architectures)
Theo de Raadt
2023-05-18
memmove() entry point is declared with NENTRY() and isn't consecutive
Philip Guenther
2023-05-18
Add PROTO_NORMAL() declarations for the remaining syscalls, to avoid
Philip Guenther
2023-05-18
Add PROTO_NORMAL() declarations for utrace (and ktrace) syscalls
Philip Guenther
2023-05-18
Make two corrections to the vfork(2) stub:
Philip Guenther
2023-05-17
Use crypto_internal.h's CTASSERT()
Theo Buehler
2023-05-17
Clean up alignment handling for SHA-512.
Joel Sing
2023-05-16
add net.inet.tcp.tso;
Jason McIntyre
2023-05-16
add missing pointer invalidation
Joshua Stein
2023-05-16
Clean up SHA-512 input handling and round macros.
Joel Sing
2023-05-14
Rename arguments of X509_STORE_CTX_init()
Theo Buehler
2023-05-14
Fix X509error() and X509V3error()
Theo Buehler
2023-05-14
Send the linebuffer BIO to the attic
Theo Buehler
2023-05-14
Fix another mandoc -Tlint warning
Theo Buehler
2023-05-14
Rephrase a sentence slightly to apease mandoc -Tlint
Theo Buehler
2023-05-14
Fix Xr as BN_is_prime(3) is in the attic
Theo Buehler
2023-05-14
Zap trailing comma
Theo Buehler
2023-05-14
X509_policy_tree_level_count(3) is gone
Theo Buehler
2023-05-14
add missing #include <string.h>; ok tb@
Omar Polo
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
[next]