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
2022-11-23
Fix sparc64 build/run
kn
1
-3
/
+2
2022-11-23
Add void casts since gcc 4.2.1 on sparc64 doesn't like the missing return
tb
1
-5
/
+5
2022-11-23
Several improvements required for <openssl/bn.h>:
schwarze
1
-26
/
+39
2022-11-23
Make a stupid compiler on a stupid OS happy.
tb
1
-1
/
+2
2022-11-23
bn_unit: appease coverity
tb
1
-2
/
+6
2022-11-23
asn1_string_to_utf8 test: appease coverity
tb
1
-2
/
+8
2022-11-23
Neuter getrlimit dance, it's not portable enough. Stupid Windows.
tb
1
-14
/
+4
2022-11-23
Fix leaks in ecx_set_{priv,pub}_key()
tb
1
-9
/
+9
2022-11-23
Reverse arguments in CBS_dup()
tb
1
-2
/
+2
2022-11-23
Fix inconsequential copy-paste error
tb
1
-3
/
+3
2022-11-23
Use bn_wexpand() rather than bn_expand() with sizeof(BN_ULONG).
jsing
2
-4
/
+4
2022-11-23
Ensure that bn_expand()/bn_wexpand() fail on negative sizes.
jsing
1
-1
/
+7
2022-11-23
Turn bn_wexpand() into a function.
jsing
2
-5
/
+13
2022-11-23
Move bn_expand() under bn_expand2().
jsing
1
-13
/
+13
2022-11-23
Remove unused bn_dup_expand().
jsing
2
-56
/
+2
2022-11-23
Move #ifndef OPENSSL_NO_DEPRECATED.
jsing
1
-21
/
+21
2022-11-23
Remove bn_* defines/prototypes.
jsing
1
-4
/
+1
2022-11-22
Fix some whitespace and comment formatting
tb
1
-37
/
+45
2022-11-22
Rename last OPENSSL_gmtime() to asn1_time_time_t_to_tm()
tb
1
-2
/
+2
2022-11-22
Remove incorrect "r must not be a" comment
tb
1
-2
/
+1
2022-11-22
Plug leaks spotted by ASAN CI
tb
1
-1
/
+3
2022-11-22
mention what BN_ULONG is
schwarze
3
-8
/
+33
2022-11-22
Remove the lie that BN_ULONG might be 16 bits wide.
schwarze
1
-9
/
+11
2022-11-22
Better document BN_ULONG (in the DESCRIPTION near BN_num_bits_word(3))
schwarze
1
-40
/
+84
2022-11-22
Remove comment obsoleted by API change (and r1.3)
tb
1
-2
/
+1
2022-11-22
ed25519 test: make the testvectors table const
tb
1
-4
/
+4
2022-11-22
simplify makefile
anton
1
-8
/
+2
2022-11-22
Be more helpful and provide details on what the time conversion tests
anton
1
-9
/
+6
2022-11-22
Tweak a printf.
tb
1
-3
/
+3
2022-11-22
Add a unit test that crashes without bn_print.c r1.34.
tb
2
-1
/
+95
2022-11-22
Fix segfaults in BN_dec2bn() and BN_hex2bn()
tb
1
-3
/
+3
2022-11-21
document BN_nist_mod_521(3) and their four siblings
schwarze
3
-3
/
+118
2022-11-20
Fix a surprising quirk in BN_GF2m_mod(3).
schwarze
2
-16
/
+14
2022-11-20
Fix an off-by-one bug in BN_GF2m_poly2arr(3).
schwarze
1
-4
/
+3
2022-11-19
Fix comment describing BN_mod_sqrt()
tb
1
-7
/
+9
2022-11-19
Rework pkey_dsa_sign() and pkey_dsa_verify()
tb
1
-21
/
+25
2022-11-19
Rework DSA_sign() and DSA_verify()
tb
1
-20
/
+31
2022-11-19
Fix an annoying quirk in the EC code
tb
20
-243
/
+243
2022-11-19
whitespace
tb
16
-134
/
+134
2022-11-19
Fix whitespace
tb
11
-63
/
+62
2022-11-19
Unindent and check some pointers explicitly against NULL
tb
1
-7
/
+9
2022-11-19
Remove HMAC PRIVATE KEY support
tb
1
-64
/
+1
2022-11-18
Check os for NULL before dereferencing it
tb
1
-5
/
+5
2022-11-18
zap a stray semicolon
tb
1
-2
/
+2
2022-11-18
Include bytestring.h directly rather than pulling it in via asn1_locl.h
tb
1
-1
/
+2
2022-11-18
Wire up HMAC to raw private key methods
tb
1
-2
/
+61
2022-11-18
Change the pkey.ptr from char * to void *
tb
6
-16
/
+13
2022-11-18
group -> field
tb
1
-5
/
+5
2022-11-18
polynominal -> polynomial
tb
1
-18
/
+18
2022-11-18
new manual page BN_GF2m_add(3)
schwarze
3
-3
/
+527
[next]