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
OPENBSD_7_7
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
x509
/
x509_policy.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-05-25
Provide bn_mod_{add,sub,mul}_words().
jsing
4
-5
/
+94
2025-05-25
openssl speed: remove whirlpool
joshua
2
-41
/
+12
2025-05-25
Fix previous.
jsing
3
-72
/
+6
2025-05-25
Provide additional variants of bn_add_words()/bn_sub_words().
jsing
3
-6
/
+190
2025-05-25
Fix handling of different length inputs in bn_sub().
jsing
1
-3
/
+3
2025-05-25
Add tests for the functions in <stdio_ext.h>.
yasuoka
7
-2
/
+455
2025-05-25
Include "stdio" in SUBDIR. This should have been done along with the
yasuoka
1
-4
/
+4
2025-05-24
Create bm->buf from the start to avoid arithmetic on NULL
tb
1
-1
/
+7
2025-05-24
Revert "bio_mem: avoid pointer arithmetic on NULL"
tb
1
-4
/
+2
2025-05-24
openssl pkcs8: zap an outdated lie
tb
1
-4
/
+1
2025-05-24
explain more precisely how to initialize malloc_options;
schwarze
1
-4
/
+12
2025-05-24
Add regress/lib/libc/stdio/test_fflush.c to test fflush() behavior for
yasuoka
2
-0
/
+236
2025-05-24
openssl speed: remove MAX_BLOCK_SIZE define
joshua
1
-8
/
+2
2025-05-24
Provide method specific functions for EC POINT infinity.
jsing
3
-10
/
+27
2025-05-24
openssl speed: move key{16,24,32} above speed_main
joshua
1
-33
/
+25
2025-05-24
Mop up ghash arm assembly remnants.
jsing
1
-18
/
+1
2025-05-24
Provide openssl_init_crypto_constructor() and invoke via a constructor.
jsing
1
-3
/
+14
2025-05-24
Remove remnants of OPENSSL_cpuid_setup().
jsing
3
-20
/
+10
2025-05-24
Disable libcrypto assembly on arm.
jsing
5
-257
/
+2
2025-05-24
Adapt to new maloc_options declaration
otto
1
-2
/
+2
2025-05-24
Adapt test to new malloc_options regime
otto
1
-7
/
+8
2025-05-24
Update and improve documentation for pkcs8 -v2
tb
1
-12
/
+8
2025-05-24
Crank default salt length of PBE2 to 16 octets
tb
2
-4
/
+13
2025-05-24
Switch the default PBMAC to hmacWithSHA256
tb
1
-2
/
+2
2025-05-24
Switch default to PBES2 for openssl pkcs8 -topk8
tb
1
-3
/
+3
2025-05-24
openssl speed: use single md buffer for digests
joshua
1
-31
/
+10
2025-05-23
Add the ability to run individual ruby ssl test for figuring out
beck
1
-1
/
+16
2025-05-23
When commons were deprecated, noone noticed that malloc_options in static
deraadt
2
-7
/
+10
2025-05-22
Do a clean up pass over the GCM code.
jsing
1
-92
/
+86
2025-05-22
Use timingsafe_memcmp() in CRYPTO_gcm128_finish().
jsing
1
-2
/
+2
2025-05-22
Simplify SSL_alert_desc_string
tb
1
-67
/
+2
2025-05-22
Fix HTTP CONNECT proxy support to not treat responses like
djm
1
-5
/
+5
2025-05-22
asn1: merge invalid generalized time tests into invalid time tests
joshua
1
-16
/
+10
2025-05-22
Convert sha_test to use new test framework
joshua
2
-153
/
+141
2025-05-22
Convert md_test to use new test framework
joshua
2
-122
/
+106
2025-05-22
Fix test_errorf macro expanding to two lines
joshua
1
-4
/
+8
2025-05-22
Add basic HKDF test using EVP_PKEY_HKDF
kenjiro
1
-1
/
+81
2025-05-21
Reorder some functions.
jsing
1
-20
/
+20
2025-05-21
Remove GHASH_CHUNK and size_t related code from GCM encrypt/decrypt.
jsing
1
-220
/
+1
2025-05-21
Fix wrapping.
jsing
1
-13
/
+9
2025-05-21
Remove now unused AES assembly generation scripts.
jsing
3
-5256
/
+0
2025-05-21
for SOCKS4A don't perform a local hostname lookup that we're not going
djm
1
-4
/
+6
2025-05-21
Add initial regress test framework
joshua
3
-0
/
+408
2025-05-21
add SOCKS4A to help text
djm
1
-2
/
+2
2025-05-21
add SOCKS4A support to nc(1)'s proxy (-X) mode
djm
3
-7
/
+27
2025-05-21
Remove more unused code.
jsing
1
-95
/
+1
2025-05-21
Add NULL checks to HKDF and TLS1-PRF EVP_PKEY cleanup functions
kenjiro
3
-3
/
+11
2025-05-21
mlkem_unittest: fix typo in comment
tb
1
-2
/
+2
2025-05-21
Fix buffer size in MLKEM1024_marshal_public_key()
kenjiro
1
-2
/
+2
2025-05-20
Unbreak GHASH on some architectures setting GHASH_ASM
tb
1
-1
/
+3
[prev]
[next]