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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the apitest work better with the portable tets framework
tb
2023-04-14
2
-13
/
+12
*
Make cttest work better with the portable test harness
tb
2023-04-14
2
-9
/
+12
*
Fix cttest to use public header
tb
2023-04-14
2
-5
/
+3
*
Rename the largely misnamed bn_print.c to bn_convert.c
jsing
2023-04-14
2
-3
/
+3
*
Provide and use bn_copy_words() in BN_copy().
jsing
2023-04-14
1
-31
/
+15
*
Add support for truncated SHA512 variants.
jsing
2023-04-14
2
-2
/
+115
*
Provide soon to be used crypto_store_htobe32().
jsing
2023-04-14
1
-1
/
+20
*
Use memset() and only initialise non-zero struct members.
jsing
2023-04-14
1
-7
/
+7
*
Fix double free in error path in openssl(1) x509
tb
2023-04-14
1
-4
/
+2
*
The NBs have been duly noted and ignored. Drop them.
tb
2023-04-13
2
-20
/
+2
*
Zap trailing whitespace
tb
2023-04-13
1
-9
/
+9
*
Remove files that definitely contain no code anymore
tb
2023-04-13
5
-354
/
+0
*
Drop now useless files from the Makefile
tb
2023-04-13
1
-6
/
+1
*
Fold ECDSA sign and verify mess into ecs_ossl.c
tb
2023-04-13
3
-63
/
+68
*
Move RSA_generate_key() from rsa_depr.c to rsa_gen.c
tb
2023-04-13
2
-34
/
+35
*
Move DSA_generate_parameters() from dsa_depr.c to dsa_gen.c
tb
2023-04-13
2
-21
/
+23
*
Move DH_generate_parameters() from dh_depr.c to dh_gen.c
tb
2023-04-13
2
-20
/
+21
*
Fix compilation on sparc64.
mbuhl
2023-04-13
1
-2
/
+3
*
ec_lib.c: fix a few NULL misspellings
tb
2023-04-13
1
-6
/
+6
*
Fix various early return issues spotted by coverity
tb
2023-04-13
1
-13
/
+13
*
ectest: missing error checking
tb
2023-04-13
1
-5
/
+11
*
remove duplicate lines
jsg
2023-04-12
1
-3
/
+2
*
Remove now unused sha_local.h.
jsing
2023-04-12
1
-419
/
+0
*
Provide and use crypto_ro{l,r}_u{32,64}().
jsing
2023-04-12
3
-25
/
+39
*
Provide and use crypto_store_htobe64().
jsing
2023-04-12
2
-23
/
+43
*
Handle BN_CTX at the EC API boundary.
jsing
2023-04-11
11
-491
/
+553
*
Clean up unused BIGNUM.
jsing
2023-04-11
1
-4
/
+1
*
Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3)
schwarze
2023-04-11
14
-28
/
+160
*
Recommit jsing's r1.27 - portable is ready
tb
2023-04-11
1
-23
/
+4
*
While all the BIO_TYPE_* constants are part of the API, most of their
schwarze
2023-04-11
1
-32
/
+77
*
Back out r1.27 using htobe64() - apparently some OS don't have it.
tb
2023-04-11
1
-4
/
+23
*
Consolidate sha1 into a single file.
jsing
2023-04-11
3
-91
/
+23
*
Simplify handling of big vs little endian.
jsing
2023-04-11
1
-40
/
+5
*
Use htobe64() instead of testing BYTE_ORDER and then handrolling htobe64().
jsing
2023-04-11
1
-23
/
+4
*
Omit sha512_block_data_order() prototype when assembly is not being used.
jsing
2023-04-11
1
-4
/
+3
*
Remove less than useful implementation notes.
jsing
2023-04-11
1
-36
/
+1
*
bn_mod_sqrt: remove no longer necessary complications due to the
tb
2023-04-11
1
-15
/
+5
*
Add a new implementation of BN_mod_sqrt()
tb
2023-04-11
3
-411
/
+728
*
Correct benchmark result computation on 32 bit platforms.
jsing
2023-04-11
2
-4
/
+4
*
Some more cleanup in bn_to_string
tb
2023-04-10
1
-12
/
+8
*
Drop BN_NO_DEPRECATED dance from bn_test
tb
2023-04-10
1
-7
/
+1
*
Provide benchmarks for BN_copy()
jsing
2023-04-10
2
-1
/
+184
*
Fix indentation of structs and unions in x509v3.h
tb
2023-04-10
1
-87
/
+87
*
Make bn_to_string() static
tb
2023-04-10
1
-3
/
+3
*
bn_to_string no longer needs to be linked statically
tb
2023-04-10
1
-2
/
+1
*
Rework the bn_to_string() to use public API
tb
2023-04-10
1
-73
/
+213
*
Move a few functions out of OPENSSL_NO_DEPRECATED
tb
2023-04-09
8
-29
/
+19
*
Remove some doubled empty lines
tb
2023-04-09
1
-7
/
+1
*
Remove X9.31 support from openssl(1)
tb
2023-04-09
2
-18
/
+7
*
Drop X9.31 support from libtls
tb
2023-04-09
2
-7
/
+2
[next]