index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-05-19
backout alignment changes (breaking at least two architectures)
deraadt
4
-100
/
+89
2023-05-18
Add PROTO_NORMAL() declarations for the remaining syscalls, to avoid
guenther
1
-4
/
+1
2023-05-17
Use crypto_internal.h's CTASSERT()
tb
2
-8
/
+5
2023-05-17
Clean up alignment handling for SHA-512.
jsing
2
-81
/
+95
2023-05-16
ecdhtest: check malloc() return values
tb
1
-4
/
+7
2023-05-16
add missing pointer invalidation
jcs
1
-1
/
+2
2023-05-16
Clean up SHA-512 input handling and round macros.
jsing
1
-47
/
+49
2023-05-14
Rename arguments of X509_STORE_CTX_init()
tb
1
-5
/
+5
2023-05-14
Fix X509error() and X509V3error()
tb
1
-6
/
+11
2023-05-14
Send the linebuffer BIO to the attic
tb
1
-377
/
+0
2023-05-14
Fix another mandoc -Tlint warning
tb
1
-3
/
+5
2023-05-14
Rephrase a sentence slightly to apease mandoc -Tlint
tb
1
-3
/
+5
2023-05-14
Fix Xr as BN_is_prime(3) is in the attic
tb
1
-3
/
+3
2023-05-14
Zap trailing comma
tb
1
-2
/
+2
2023-05-14
X509_policy_tree_level_count(3) is gone
tb
1
-3
/
+2
2023-05-14
add missing #include <string.h>; ok tb@
op
8
-8
/
+18
2023-05-13
Assert that test->want != NULL at this point
tb
1
-1
/
+3
2023-05-12
Bob points out that one error should be an X509V3error()
tb
1
-2
/
+2
2023-05-12
x509_utl.c: fix some style nits.
tb
1
-4
/
+3
2023-05-12
Rewrite string_to_hex() and hex_to_string() using CBB/CBS
tb
1
-70
/
+124
2023-05-12
asn1oct: add a couple more tests
tb
1
-1
/
+10
2023-05-12
Reduce the number of SHA-512 C implementations from three to one.
jsing
1
-134
/
+1
2023-05-12
asn1oct: minor tweak in error message
tb
1
-3
/
+3
2023-05-12
Add regress coverage for {s2i,i2s}_ASN1_OCTET_STRING
tb
2
-1
/
+271
2023-05-12
primility -> primality
jsg
1
-3
/
+3
2023-05-12
Be a bit more precise on how s2i_ASN1_OCTET_STRING handles colons
tb
1
-5
/
+6
2023-05-11
tls_verify.c: give up on variable alignment in this file
tb
1
-6
/
+6
2023-05-11
Document recent changes in primality testing
tb
1
-8
/
+23
2023-05-10
Use is_pseudoprime instead of is_prime in bn_bpsw.c
tb
1
-30
/
+33
2023-05-10
switch two ASN1_STRING_data() to ASN1_STRING_get0_data()
op
1
-5
/
+5
2023-05-10
Add Miller-Rabin test for random bases to BPSW
tb
3
-33
/
+130
2023-05-10
As mmap(2) is no longer a LOCK syscall, do away with the extra
otto
1
-23
/
+1
2023-05-09
Make malloc tests that set flags more robust against the user also
otto
2
-15
/
+19
2023-05-09
Make failure mode of EVP_AEAD_CTX_new() more explicit
tb
1
-4
/
+9
2023-05-09
Add regress coverage for -1 modulus as well.
tb
1
-25
/
+38
2023-05-09
bn_exp: also special case -1 modulus
tb
1
-6
/
+6
2023-05-09
Rewrite BN_bn2hex() using CBB/CBS.
jsing
1
-25
/
+35
2023-05-09
Rewrite BN_bn2dec() using CBB/CBS.
jsing
1
-63
/
+61
2023-05-08
Rename the other_ctx in X509_STORE_CTX into trusted
tb
2
-12
/
+12
2023-05-08
Add RCS tag
tb
1
-0
/
+1
2023-05-08
Enable malloc_errs test
otto
1
-2
/
+2
2023-05-08
Add a regress test to test various malloc API and heap mismanagement
otto
2
-0
/
+291
2023-05-08
X509_verify_cert(): Garbage collect the unused roots variable
tb
1
-4
/
+1
2023-05-08
Avoid trailing whitespace in extension printing
tb
1
-2
/
+2
2023-05-07
Recommit -Wshadow now that the warning on BIG_ENDIAN is fixed
tb
1
-2
/
+2
2023-05-07
xts128 mode: avoid two -Wshadow warnings in the BIG_ENDIAN code path.
tb
1
-5
/
+5
2023-05-07
Backout -Wshadow, it breaks build on powerpc64.
bluhm
1
-2
/
+2
2023-05-07
Remove a misplaced empty line
tb
1
-2
/
+1
2023-05-06
Regen cert.pem
tb
1
-419
/
+402
2023-05-05
Use -Wshadow with clang
tb
3
-6
/
+6
[next]