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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sync CA certificates from newer mozilla list, ok tb@
HEAD
master
sthen
6 days
1
-339
/
+1
*
Speed up bn_{mod,sqr}_mul_words() for specific inputs.
jsing
7 days
1
-3
/
+25
*
Provide bn_sqr_comba6().
jsing
7 days
2
-2
/
+48
*
Provide bn_mul_comba6().
jsing
7 days
2
-2
/
+63
*
Mark the inputs to bn_mul_comba{4,8}() as const.
jsing
7 days
3
-9
/
+9
*
Sort NAME, RETURN VALUES, ERRORS, and STANDARDS in the same order as SYNOPSIS.
schwarze
8 days
1
-16
/
+16
*
link illumos oclo test to the tree
tb
8 days
1
-2
/
+2
*
Implement the POSIX-2024 close-on-fork flag, but modified to be
guenther
8 days
2
-9
/
+10
*
replace the flockfile backend with a per FILE recursive mutex.
dlg
8 days
1
-1
/
+7
*
Implement constant time EC scalar multiplication.
jsing
9 days
1
-16
/
+103
*
Remove duplicate computation for b3.
jsing
9 days
1
-5
/
+1
*
Add prototype for EC_GFp_homogeneous_projective_method().
jsing
9 days
1
-1
/
+2
*
Avoid signed overflow in BN_MONT_CTX_set()
tb
9 days
1
-2
/
+3
*
Avoid signed overflow in BN_mul()
tb
9 days
1
-3
/
+4
*
Provide benchmarks for EC arithmetic.
jsing
9 days
2
-1
/
+212
*
Provide bn_mod_sqr_words() and call it from ec_field_element_sqr().
jsing
10 days
3
-4
/
+20
*
Copy EC_FIELD_MODULUS/EC_FIELD_ELEMENTs when copying groups and points.
jsing
10 days
1
-1
/
+9
*
Provide constant time conditional selection between EC_FIELD_ELEMENTs.
jsing
10 days
2
-2
/
+17
*
Provide harness to run illumos's oclo tests from libc regress
tb
10 days
3
-0
/
+32
*
hash_test: remove variable name from prototype and fix a cast
tb
10 days
1
-3
/
+3
*
Rework PKCS7_simple_smimecap()
tb
12 days
2
-27
/
+36
*
Rework PKCS7_add1_attrib_digest()
tb
12 days
1
-12
/
+18
*
Rewrite PKCS7_get_smimecap() to use d2i_X509_ALGORS()
tb
12 days
1
-6
/
+9
*
Plug leaks due to misuse of PKCS7_add_signed_attribute()
tb
12 days
2
-26
/
+52
*
curve25519.c: zap trailing whitespace introduced in previous
tb
2025-07-29
1
-2
/
+2
*
PKCS7_add0_attrib_signing_time: tweak comment
tb
2025-07-28
1
-2
/
+2
*
Below STANDARDS, reference the two most relevant sections of RFC 5652.
schwarze
2025-07-27
1
-1
/
+5
*
openssl certhash: add digest param to certhash_directory
joshua
2025-07-27
1
-13
/
+9
*
Remove DES_UNROLL from opensslconf.h.
jsing
2025-07-27
13
-156
/
+0
*
Rework DES encryption/decryption loops.
jsing
2025-07-27
2
-124
/
+31
*
Inline cms_add1_signingTime() in its only consumer
tb
2025-07-27
1
-31
/
+9
*
Update PKCS7_add0_attrib_signing_time() docs
tb
2025-07-27
1
-3
/
+3
*
Fix PKCS7_add0_attrib_signing_time()
tb
2025-07-27
1
-5
/
+24
*
Fix incorrect ownership handling in add_attribute()
tb
2025-07-27
1
-34
/
+42
*
Retire interop tests with OpenSSL 3.3 and 3.4
tb
2025-07-25
9
-141
/
+11
*
Remove BN_LLONG defines/undefs from opensslconf.h.
jsing
2025-07-23
13
-65
/
+0
*
regress/libcrypto/x509/bettertls: switch to eopenssl35
tb
2025-07-23
1
-4
/
+4
*
regress/libcrypto/ec: switch to openssl35
tb
2025-07-23
1
-4
/
+4
*
ec_asn1_test: fix includes
tb
2025-07-23
1
-1
/
+5
*
ectest: fix includes
tb
2025-07-23
1
-6
/
+3
*
c2sp: unhook openssl 3.3 and 3.4
tb
2025-07-23
1
-2
/
+2
*
Remove unused function pointer from struct aead_aes_gcm_ctx.
jsing
2025-07-22
1
-2
/
+1
*
Remove remaining block128_f casts from EVP AES.
jsing
2025-07-22
2
-5
/
+8
*
Remove crypto_cpu_caps_ia32()
jsing
2025-07-22
6
-30
/
+6
*
Move AES-NI for ECB out of EVP.
jsing
2025-07-22
6
-87
/
+58
*
Move AES-NI from EVP to AES for CCM mode.
jsing
2025-07-21
7
-112
/
+145
*
Zero stack based IV and buffer when aes_ctr32_encrypt_generic() completes.
jsing
2025-07-20
1
-1
/
+4
*
Rename the file PEM_X509_INFO_read.3 to PEM_X509_INFO_read_bio.3
schwarze
2025-07-17
2
-5
/
+5
*
avoid undefined behavior when shifting into sign bit
kenjiro
2025-07-17
1
-116
/
+127
*
Remove BIO_s_log() prototype, pointed out by schwarze
tb
2025-07-16
1
-14
/
+13
[next]