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
/
libssl
/
tls12_key_schedule.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
4 days
Rework PKCS7_add1_attrib_digest()
tb
1
-12
/
+18
4 days
Rewrite PKCS7_get_smimecap() to use d2i_X509_ALGORS()
tb
1
-6
/
+9
4 days
Plug leaks due to misuse of PKCS7_add_signed_attribute()
tb
2
-26
/
+52
6 days
curve25519.c: zap trailing whitespace introduced in previous
tb
1
-2
/
+2
7 days
PKCS7_add0_attrib_signing_time: tweak comment
tb
1
-2
/
+2
7 days
Below STANDARDS, reference the two most relevant sections of RFC 5652.
schwarze
1
-1
/
+5
7 days
openssl certhash: add digest param to certhash_directory
joshua
1
-13
/
+9
7 days
Remove DES_UNROLL from opensslconf.h.
jsing
13
-156
/
+0
7 days
Rework DES encryption/decryption loops.
jsing
2
-124
/
+31
8 days
Inline cms_add1_signingTime() in its only consumer
tb
1
-31
/
+9
8 days
Update PKCS7_add0_attrib_signing_time() docs
tb
1
-3
/
+3
8 days
Fix PKCS7_add0_attrib_signing_time()
tb
1
-5
/
+24
8 days
Fix incorrect ownership handling in add_attribute()
tb
1
-34
/
+42
9 days
Retire interop tests with OpenSSL 3.3 and 3.4
tb
9
-141
/
+11
11 days
Remove BN_LLONG defines/undefs from opensslconf.h.
jsing
13
-65
/
+0
12 days
regress/libcrypto/x509/bettertls: switch to eopenssl35
tb
1
-4
/
+4
12 days
regress/libcrypto/ec: switch to openssl35
tb
1
-4
/
+4
12 days
ec_asn1_test: fix includes
tb
1
-1
/
+5
12 days
ectest: fix includes
tb
1
-6
/
+3
12 days
c2sp: unhook openssl 3.3 and 3.4
tb
1
-2
/
+2
13 days
Remove unused function pointer from struct aead_aes_gcm_ctx.
jsing
1
-2
/
+1
13 days
Remove remaining block128_f casts from EVP AES.
jsing
2
-5
/
+8
13 days
Remove crypto_cpu_caps_ia32()
jsing
6
-30
/
+6
13 days
Move AES-NI for ECB out of EVP.
jsing
6
-87
/
+58
14 days
Move AES-NI from EVP to AES for CCM mode.
jsing
7
-112
/
+145
2025-07-20
Zero stack based IV and buffer when aes_ctr32_encrypt_generic() completes.
jsing
1
-1
/
+4
2025-07-17
Rename the file PEM_X509_INFO_read.3 to PEM_X509_INFO_read_bio.3
schwarze
2
-5
/
+5
2025-07-17
avoid undefined behavior when shifting into sign bit
kenjiro
1
-116
/
+127
2025-07-16
Remove BIO_s_log() prototype, pointed out by schwarze
tb
1
-14
/
+13
2025-07-16
Undocument the undocumentedness of BIO_s_log. It's gone.
tb
1
-3
/
+2
2025-07-16
Remove bss_log.c: no longer linked to build
tb
1
-216
/
+0
2025-07-16
Undocument PEM_X509_INFO_read(3), X509_PKEY_new(3) and X509_PKEY_free(3)
schwarze
9
-144
/
+31
2025-07-16
This thread-aware profiling support diff comes from Yuichiro NAITO.
deraadt
1
-1
/
+5
2025-07-16
bump major for libssl and libtls to match libcrypto
tb
2
-4
/
+4
2025-07-16
Ride the libcrypto bump with some simple cleanup:
tb
8
-197
/
+15
2025-07-16
Make the FILE object opaque. Move the __sFILE definition into
yasuoka
1
-1
/
+1
2025-07-13
Simplify AES-XTS implementation and remove AES-NI specific code from EVP.
jsing
8
-132
/
+117
2025-07-12
add libc specific __cmtx and __rcmtx locks for internal use.
dlg
1
-1
/
+55
2025-07-12
Merge the two functions from x_pkey.c into pem_info.c
tb
3
-127
/
+60
2025-07-12
Merge the two functions from x_info.c into pem_info.c
tb
3
-100
/
+36
2025-07-12
pem_info.c: more include tweaks
tb
1
-8
/
+3
2025-07-12
pem_info.c: fix includes
tb
1
-2
/
+6
2025-07-11
X509_sign: make variables in SYNOPSIS match the ones used in DESCRIPTION
tb
1
-8
/
+8
2025-07-10
X509_verify(): sync with X509_CRL_verify()
tb
1
-2
/
+6
2025-07-10
Add missing check to X509_CRL_verify()
tb
1
-1
/
+7
2025-07-09
libcrypto regress: add interop harness for openssl/3.5
tb
8
-10
/
+75
2025-07-09
libcrypto regress: move GOCACHE to obj/
tb
3
-12
/
+28
2025-07-07
.Lb libtls libssl libcrypto
schwarze
12
-24
/
+37
2025-07-06
Move aes_ecb_encrypt_internal() prototype to aes_local.h.
jsing
2
-5
/
+5
2025-07-06
X509_get0_signature: call out inconsistent argument order in BUGS
tb
1
-2
/
+9
[next]