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
/
libc
/
stdlib
/
heapsort.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-05-04
Fix up two markup mistakes with .Fn and .Xr
tb
1
-4
/
+4
2025-05-04
Improve the pqueue test
tb
3
-48
/
+57
2025-05-04
sigh. pqueue_find() also needs a const treatment
tb
2
-4
/
+4
2025-05-04
pqueue.h: zap trailing whitespace
tb
1
-3
/
+3
2025-05-04
const correct first argument of pitem_new()
tb
2
-4
/
+4
2025-05-04
Remove the X9.62 prime239v{1,2,3} curves
tb
1
-179
/
+1
2025-05-04
Remove the three test cases covering prime239v*
tb
1
-121
/
+1
2025-05-04
Move P-256 where it belongs
tb
1
-67
/
+67
2025-05-03
Fix typo in curve comment: P224r2 -> P224t1
tb
1
-2
/
+2
2025-05-03
CTASSERT that internal pub/priv keys match the sizes exposed in mlkem.h
tb
2
-2
/
+10
2025-05-03
Verify that the selected key share is indeed group 29
tb
1
-1
/
+6
2025-05-03
mlkem_unittest: check return value of decap()
tb
1
-5
/
+11
2025-05-03
mlkem_tests: add an empty line for consistency
tb
1
-1
/
+2
2025-05-01
More space around .Dl + a typo on top
tb
2
-5
/
+11
2025-05-01
lhash: add missing spaces before assignment operator
tb
1
-4
/
+4
2025-04-30
tlsext: stop sending SNI before ALPN in clients
tb
1
-24
/
+1
2025-04-30
tlsexttest: remove check that clients receive SNI before ALPN
tb
1
-33
/
+3
2025-04-28
EC_GROUP_check.3: rephrase a sentence to avoid a word repetition
tb
1
-4
/
+4
2025-04-28
EC_GROUP_new_by_curve_name.3: escape a - in code.
tb
1
-3
/
+3
2025-04-27
c2sp: drop OpenSSL 1.1 and 3.2, add 3.5
tb
1
-2
/
+2
2025-04-26
EC_POINT_point2oct: remove in_ prefix in RETURN VALUES
tb
1
-5
/
+5
2025-04-26
EC_GROUP_new_curve_GFp: some fixes in the RETURN VALUE section
tb
1
-9
/
+12
2025-04-26
Fix markup for EC_GROUP_set_point_conversion_form
tb
1
-4
/
+5
2025-04-25
Fix up a few dangling references
tb
4
-13
/
+12
2025-04-25
Rework EC documentation
tb
13
-1242
/
+1998
2025-04-25
BN_new: zap an anachronistic admonition
tb
1
-4
/
+2
2025-04-25
Restore two #if defined(GHASH) that were incorrectly removed.
jsing
1
-5
/
+5
2025-04-25
Unifdef OPENSSL_SMALL_FOOTPRINT.
jsing
1
-13
/
+5
2025-04-25
Use the OPENSSL_SMALL_FOOTPRINT code in gcm_init_4bit().
jsing
1
-32
/
+2
2025-04-23
Mop up all of the GETU32/BSWAP4/BSWAP8 macros since they're now unused.
jsing
2
-44
/
+2
2025-04-23
Rewrite gcm_gmult_1bit() to avoid sizeof(long) hacks.
jsing
1
-22
/
+8
2025-04-23
Fix CRYPTO_gcm128_decrypt() when compiled with TABLE_BITS == 1.
jsing
1
-3
/
+3
2025-04-23
Unifdef OPENSSL_SMALL_FOOTPRINT.
jsing
5
-23
/
+5
2025-04-22
Mop up OPENSSL_FIPSAPI define.
jsing
1
-3
/
+1
2025-04-22
Use OPENSSL_assert() instead of assert().
jsing
1
-10
/
+6
2025-04-22
Remove now unused PUTU32 macros from modes_local.h.
jsing
1
-3
/
+1
2025-04-22
Use crypto_load_be32toh()/crypto_store_htobe32() instead of GETU32/PUTU32.
jsing
1
-4
/
+6
2025-04-21
Mop up unused MODES_DEBUG.
jsing
7
-49
/
+7
2025-04-21
Fix another #include that was hiding.
jsing
1
-2
/
+2
2025-04-21
Tidy includes.
jsing
6
-14
/
+25
2025-04-21
Use standard integer types rather than custom typedefs.
jsing
2
-25
/
+21
2025-04-20
Move AES public functions from aes_core.c to aes.c.
jsing
2
-56
/
+47
2025-04-19
Fix x509's -nameopt default and spell an option correctly
kn
1
-4
/
+4
2025-04-18
Fix indentation and line wrapping.
jsing
1
-17
/
+15
2025-04-18
Remove BS-AES and VP-AES from EVP.
jsing
3
-137
/
+9
2025-04-18
SSL_set_tlsext_host_name: as a setter it cannot take a const ssl
tb
1
-3
/
+3
2025-04-18
Remove two unused defines, update standard reference
tb
1
-7
/
+3
2025-04-18
Use 'ctx' for sha3_ctx variables, rather than the less readable 'c'.
jsing
2
-36
/
+36
2025-04-18
Fix annoying whitespace
tb
4
-52
/
+52
2025-04-18
Pull casts from void * to uint8_t * up to variables, rather than inline.
jsing
1
-9
/
+11
[next]