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
/
s3_lib.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-06-03
parse_test_file: add a missing call to finish in last cleanup
tb
1
-1
/
+4
2025-06-03
parse_test_file: add missing error checks for init()
tb
1
-3
/
+5
2025-06-03
Use timingsafe_memcmp when comparing authenticators
kenjiro
3
-9
/
+9
2025-06-03
Add non-EVP tests for AES CFB128 and OFB128 modes
kenjiro
1
-8
/
+112
2025-06-02
bn_gcd: fix wacky indentation found by smatch
tb
1
-3
/
+5
2025-06-02
correct indentation, no functional change
jsg
8
-25
/
+28
2025-06-02
Inline EVP_CIPHER_[gs]et_asn1_iv() in their last callers
tb
1
-27
/
+15
2025-06-01
Fix resource leaks in ec_points_make_affine()
tb
1
-1
/
+4
2025-05-31
openssl-ruby/Makefile: zap trailing whitespace added in previous
tb
1
-2
/
+2
2025-05-31
explicit_bzero test: don't redefine __SANITIZE_ADDRESS__
tb
1
-1
/
+3
2025-05-31
zap weird empty added to tls1_ec_nid2group_id() in previous
tb
1
-2
/
+1
2025-05-31
test.h: include stddef.h for NULL and size_t
tb
1
-1
/
+2
2025-05-31
test.c: drop include of libgen.h
tb
1
-2
/
+1
2025-05-31
Plug leak of bm->buf->data
tb
1
-1
/
+2
2025-05-31
test.c: plug leak of tmp_file
tb
1
-1
/
+2
2025-05-31
Fix attributes in test.h
tb
1
-4
/
+4
2025-05-31
test.c: avoid NULL-dereference
tb
1
-2
/
+3
2025-05-28
limitiation -> limitation
jsg
1
-3
/
+3
2025-05-27
Delete bad advice about abusing malloc_options = "X" as a production
schwarze
1
-12
/
+3
2025-05-27
Make EVP_CIPHER_[gs]et_asn1_iv() local to evp_cipher
tb
9
-153
/
+174
2025-05-26
GOST has left the building
tb
1
-2
/
+2
2025-05-25
Merge AES-IGE into aes.c.
jsing
3
-121
/
+66
2025-05-25
Simplify AES-IGE and remove code with implementation defined behaviour.
jsing
1
-117
/
+40
2025-05-25
Remove bogus alias.
jsing
1
-2
/
+1
2025-05-25
Add test whether fflush() complies POSIX for the handling of
yasuoka
1
-1
/
+82
2025-05-25
Add test for ungetwc().
yasuoka
2
-1
/
+94
2025-05-25
Merge RC2 into a single file.
jsing
6
-548
/
+301
2025-05-25
Provide an EC method that uses homogeneous projective coordinates.
jsing
3
-2
/
+870
2025-05-25
Implement EC field element operations.
jsing
5
-31
/
+299
2025-05-25
openssl speed: clean up time_f
joshua
1
-79
/
+76
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
[prev]
[next]