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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sort a few outliers by increasing error number to match x509_vfy.h
tb
2022-11-29
1
-13
/
+13
*
Fix includes
tb
2022-11-29
1
-11
/
+2
*
Add missing X509_V_ERR_UNSPECIFIED case
tb
2022-11-29
1
-1
/
+3
*
Fix some KNF issues
tb
2022-11-29
1
-65
/
+64
*
Make X509_verify_cert_error_string() thread safe
tb
2022-11-29
1
-5
/
+2
*
Garbage collect the unused asn1_add_error()
tb
2022-11-28
1
-7
/
+1
*
Retire prev_bio
tb
2022-11-28
2
-12
/
+2
*
Tweak x509_constraints_uri_host() regress to test for NULL deref in
tb
2022-11-28
1
-1
/
+3
*
Fix NULL dereference in x509_constraints_uri_host()
tb
2022-11-28
1
-2
/
+3
*
In bio.h rev. 1.50 and rev. 1.51, tb@ provided BIO_set_retry_reason(3).
schwarze
2022-11-27
1
-4
/
+20
*
Make header guards of internal headers consistent
tb
2022-11-26
16
-56
/
+55
*
bn_lcl.h wanted special treatment.
tb
2022-11-26
1
-567
/
+0
*
Make internal header file names consistent
tb
2022-11-26
445
-970
/
+1536
*
Remove BIGNUM consistency macros.
jsing
2022-11-26
23
-328
/
+24
*
cms_lcl.h should not be part of SRCS
tb
2022-11-26
1
-2
/
+1
*
In bio.h rev. 1.46/1.47 (Oct/Nov 2021), tb@ provided BIO_get_init(3).
schwarze
2022-11-25
1
-5
/
+23
*
Units generally help...
tb
2022-11-25
1
-2
/
+2
*
Major overhaul.
schwarze
2022-11-24
1
-210
/
+216
*
Mark BN_options() and BN_prime_checks as obsolete;
schwarze
2022-11-24
1
-1
/
+2
*
Merge the second y_bit check into the first one where it belongs
tb
2022-11-24
1
-5
/
+5
*
Simplify y_bit handling in compressed coordinates
tb
2022-11-24
1
-15
/
+2
*
Clean up EC_METHOD and EC_GROUP definitions
tb
2022-11-24
1
-102
/
+111
*
Change bn_expand()/bn_wexpand() to indicate failure/success via 0/1.
jsing
2022-11-24
15
-83
/
+83
*
Call bn_expand() rather than handrolling an equivalent.
jsing
2022-11-24
1
-5
/
+5
*
Fix sparc64 build/run
kn
2022-11-23
1
-3
/
+2
*
Add void casts since gcc 4.2.1 on sparc64 doesn't like the missing return
tb
2022-11-23
1
-5
/
+5
*
Several improvements required for <openssl/bn.h>:
schwarze
2022-11-23
1
-26
/
+39
*
Make a stupid compiler on a stupid OS happy.
tb
2022-11-23
1
-1
/
+2
*
bn_unit: appease coverity
tb
2022-11-23
1
-2
/
+6
*
asn1_string_to_utf8 test: appease coverity
tb
2022-11-23
1
-2
/
+8
*
Neuter getrlimit dance, it's not portable enough. Stupid Windows.
tb
2022-11-23
1
-14
/
+4
*
Fix leaks in ecx_set_{priv,pub}_key()
tb
2022-11-23
1
-9
/
+9
*
Reverse arguments in CBS_dup()
tb
2022-11-23
1
-2
/
+2
*
Fix inconsequential copy-paste error
tb
2022-11-23
1
-3
/
+3
*
Use bn_wexpand() rather than bn_expand() with sizeof(BN_ULONG).
jsing
2022-11-23
2
-4
/
+4
*
Ensure that bn_expand()/bn_wexpand() fail on negative sizes.
jsing
2022-11-23
1
-1
/
+7
*
Turn bn_wexpand() into a function.
jsing
2022-11-23
2
-5
/
+13
*
Move bn_expand() under bn_expand2().
jsing
2022-11-23
1
-13
/
+13
*
Remove unused bn_dup_expand().
jsing
2022-11-23
2
-56
/
+2
*
Move #ifndef OPENSSL_NO_DEPRECATED.
jsing
2022-11-23
1
-21
/
+21
*
Remove bn_* defines/prototypes.
jsing
2022-11-23
1
-4
/
+1
*
Fix some whitespace and comment formatting
tb
2022-11-22
1
-37
/
+45
*
Rename last OPENSSL_gmtime() to asn1_time_time_t_to_tm()
tb
2022-11-22
1
-2
/
+2
*
Remove incorrect "r must not be a" comment
tb
2022-11-22
1
-2
/
+1
*
Plug leaks spotted by ASAN CI
tb
2022-11-22
1
-1
/
+3
*
mention what BN_ULONG is
schwarze
2022-11-22
3
-8
/
+33
*
Remove the lie that BN_ULONG might be 16 bits wide.
schwarze
2022-11-22
1
-9
/
+11
*
Better document BN_ULONG (in the DESCRIPTION near BN_num_bits_word(3))
schwarze
2022-11-22
1
-40
/
+84
*
Remove comment obsoleted by API change (and r1.3)
tb
2022-11-22
1
-2
/
+1
*
ed25519 test: make the testvectors table const
tb
2022-11-22
1
-4
/
+4
[next]