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
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-16
Drop support for the ProxyCertInfo extension
tb
1
-3
/
+2
2023-04-16
Make pcy_int.h pull in x509_local.h it will need it soon
tb
1
-1
/
+4
2023-04-15
ec_point_conversion: do not rely on ec.h pulling in bn.h
tb
1
-1
/
+2
2023-04-15
Use size_t rather than int.
jsing
2
-13
/
+13
2023-04-15
Add SHA3 digest length define that was previously missed.
jsing
1
-1
/
+2
2023-04-15
Remove sha3() function, which will not be used or exposed.
jsing
2
-16
/
+2
2023-04-15
Mark sha3_keccakf() as static and remove prototype from header.
jsing
2
-5
/
+3
2023-04-15
Use memset() to zero the context, instead of zeroing manually.
jsing
1
-5
/
+3
2023-04-15
Provide SHA3 length related defines.
jsing
1
-1
/
+27
2023-04-15
Use the same byte order tests as we do elsewhere in libcrypto.
jsing
1
-3
/
+5
2023-04-15
Adjust documentation of X9.31 padding mode
tb
1
-6
/
+6
2023-04-15
Stop supporting the long-retired X9.31 standard
tb
2
-113
/
+57
2023-04-15
Prepare rsa.h for X9.31 support removal
tb
1
-1
/
+5
2023-04-15
Remove now unused GF2m perlasm generators
tb
3
-980
/
+0
2023-04-15
Rename SHA3 context struct field from 'st' to 'state'.
jsing
2
-15
/
+15
2023-04-15
Rename SHA3 context to align with existing code.
jsing
2
-14
/
+14
2023-04-15
Move some defines out of the sha3_internal.h header.
jsing
2
-10
/
+6
2023-04-15
Stop building GF2m assembly
tb
3
-8
/
+2
2023-04-15
Revise header guards.
jsing
1
-4
/
+4
2023-04-15
Pull constant tables out of sha3_keccakf().
jsing
1
-24
/
+24
2023-04-15
Strip and reformat comments.
jsing
2
-44
/
+14
2023-04-15
Apply style(9) (first pass).
jsing
2
-146
/
+152
2023-04-15
Import sha3_internal.h.
jsing
1
-2
/
+2
2023-04-15
Add license to sha3 files.
jsing
2
-0
/
+50
2023-04-15
Import tiny_sha3
jsing
2
-0
/
+238
2023-04-15
ssltest: Drop more policy go from this test.
tb
1
-357
/
+21
2023-04-15
ssltest: initial pass of dropping proxy cert goo
tb
1
-89
/
+1
2023-04-15
symbols test: drop LIBRESSL_INTERNAL
tb
1
-2
/
+1
2023-04-14
Drop policy printing from openssl
tb
6
-95
/
+6
2023-04-14
cttest: plug leak due to missing SCT_LIST_free()
tb
1
-1
/
+2
2023-04-14
Plug a memleak caused by an extra bump of a refcount
tb
1
-2
/
+1
2023-04-14
Cast the uint64_t SCT timestamps to (unsigned long long) for printing.
tb
1
-3
/
+4
2023-04-14
Make the signertest work better with the portable test framework
tb
2
-14
/
+12
2023-04-14
Make the apitest work better with the portable tets framework
tb
2
-13
/
+12
2023-04-14
Make cttest work better with the portable test harness
tb
2
-9
/
+12
2023-04-14
Fix cttest to use public header
tb
2
-5
/
+3
2023-04-14
Rename the largely misnamed bn_print.c to bn_convert.c
jsing
2
-3
/
+3
2023-04-14
Provide and use bn_copy_words() in BN_copy().
jsing
1
-31
/
+15
2023-04-14
Add support for truncated SHA512 variants.
jsing
2
-2
/
+115
2023-04-14
Provide soon to be used crypto_store_htobe32().
jsing
1
-1
/
+20
2023-04-14
Use memset() and only initialise non-zero struct members.
jsing
1
-7
/
+7
2023-04-14
Fix double free in error path in openssl(1) x509
tb
1
-4
/
+2
2023-04-13
The NBs have been duly noted and ignored. Drop them.
tb
2
-20
/
+2
2023-04-13
Zap trailing whitespace
tb
1
-9
/
+9
2023-04-13
Remove files that definitely contain no code anymore
tb
5
-354
/
+0
2023-04-13
Drop now useless files from the Makefile
tb
1
-6
/
+1
2023-04-13
Fold ECDSA sign and verify mess into ecs_ossl.c
tb
3
-63
/
+68
2023-04-13
Move RSA_generate_key() from rsa_depr.c to rsa_gen.c
tb
2
-34
/
+35
2023-04-13
Move DSA_generate_parameters() from dsa_depr.c to dsa_gen.c
tb
2
-21
/
+23
2023-04-13
Move DH_generate_parameters() from dh_depr.c to dh_gen.c
tb
2
-20
/
+21
[next]