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
OPENBSD_7_8
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
/
libc
/
stdlib
/
recallocarray.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-12-05
libcrypto: remove BN_{DEC,HEX}_FMT1
tb
1
-5
/
+1
2025-12-05
check_complete: adjust for BN_ macro removal
tb
1
-5
/
+2
2025-12-05
Replace trivial uses of ASN1_STRING_data()
tb
5
-13
/
+13
2025-12-05
libcrypto: make most of the BN_* macro pollution internal
tb
5
-31
/
+29
2025-12-05
bn_word.c: include bn_local.h in preparation for an upcoming change
tb
1
-1
/
+3
2025-12-04
Make the openssh test pass after adding mlkem.
beck
1
-8
/
+9
2025-12-04
Hook up X25519MKLEM768 to the TLS 1.3 handshake
beck
6
-66
/
+433
2025-12-04
Add a MLKEM768_X25519 hybrid key share.
beck
8
-31
/
+353
2025-11-28
Clean up confusing logic in CMS_EncryptedData_encrypt()
tb
1
-15
/
+20
2025-11-28
Fix double free in certificate policies configuration
tb
1
-12
/
+7
2025-11-27
openssl cms: switch to ASN1_STRING_get0_data()
tb
1
-3
/
+3
2025-11-27
openssl pkcs12: stop reaching into ASN1_STRING
tb
1
-18
/
+17
2025-11-27
openssl ca: mechanical change to stop reaching into ASN1_STRING
tb
1
-21
/
+26
2025-11-27
openssl asn1pars: don't reach into ASN1_STRING
tb
1
-4
/
+4
2025-11-26
libcrypto: add header guards to *_local.h
tb
9
-9
/
+54
2025-11-21
openssl ts: simplify create_nonce()
tb
1
-17
/
+7
2025-11-19
Correct the MLKEM hybrid objects values.
beck
2
-8
/
+5
2025-11-17
sync cert.pem with updated Mozilla list; ok tb@
sthen
1
-1
/
+237
2025-11-15
bn_test: avoid last use of BN_HEX_FMT1 in libressl
tb
1
-2
/
+4
2025-11-15
bn_test: remove dead code
tb
1
-12
/
+1
2025-11-13
the structure produced has alignment, which contained uninitialized data.
deraadt
1
-30
/
+57
2025-11-08
bn_prime.c: fix includes
tb
1
-3
/
+4
2025-11-07
move the sentence about X509_VERIFY_PARAM_get_hostflags(3)
schwarze
1
-6
/
+7
2025-11-07
Use 64 bit BN_ULONG on 64 bit Windows platforms.
jsing
1
-2
/
+2
2025-11-06
tweak previous: "functions returns" -> "functions return"
schwarze
1
-4
/
+4
2025-11-06
Let this compile on m88k.
miod
1
-1
/
+3
2025-11-06
Use BN_ULONG in probable_prime_dh()
tb
1
-2
/
+2
2025-11-05
Use more specific types for BN.
jsing
1
-27
/
+29
2025-11-05
Avoid the use of _LP64 in libcrypto regress.
jsing
1
-2
/
+2
2025-11-03
In nref_nos() don't leak the ASN1_INTEGER if the push fails
tb
1
-2
/
+4
2025-11-03
x509_cpols: pass correct free function to sk_ASN1_INTEGER_free()
tb
1
-2
/
+2
2025-11-03
x509_cpols: indent labels to make diffs more readable
tb
1
-8
/
+8
2025-11-03
Plug memeory leak in CMS_EncryptedData_encrypt()
tb
1
-2
/
+4
2025-11-02
ec_curve: Remove outdated credits
tb
1
-4
/
+1
2025-10-31
Needs <sys/param.h> for hppa.
miod
1
-3
/
+3
2025-10-27
des_key: add missing hyphen in semi-weak keys
tb
1
-2
/
+2
2025-10-26
This test takes *days* to complete on older platforms, reduce the loop count
miod
1
-2
/
+8
2025-10-25
Simplify tls13_server_hello_build()
tb
1
-5
/
+5
2025-10-24
Add missing Nm line for SSL_SESSION_dup
tb
1
-2
/
+3
2025-10-24
Add some regress coverage for SSL_SESSION_dup()
tb
1
-2
/
+22
2025-10-24
The ssl_verify_param.c test can now link dynamically against libcrypto
tb
1
-3
/
+1
2025-10-24
Use X509_VERIFY_PARAM_get_hostflags() prototype from x509_vfy.h
tb
1
-3
/
+2
2025-10-24
bump lib{crypto,ssl,tls} minors after symbol addition
tb
3
-3
/
+3
2025-10-24
Document SSL_SESSION_dup(3)
tb
1
-3
/
+20
2025-10-24
Provide SSL_SESSION_dup()
tb
4
-3
/
+13
2025-10-24
Document X509_VERIFY_PARAM_set_hostflags(3)
tb
1
-2
/
+15
2025-10-24
Expose X509_VERIFY_PARAM_get_hostflags()
tb
4
-4
/
+7
2025-10-24
Implement ffsl() and ffsll() using the compiler builtin __builtin_ctzl
claudio
4
-11
/
+66
2025-10-24
libssl: const correct the ssl_session_dup() helper
tb
2
-5
/
+5
2025-10-23
Prepare for gcc 3 leaving the building, COMPILER_VERSION can no longer get
miod
1
-4
/
+4
[next]