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
/
lib
/
libcrypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make AES CCM available in tables.
tb
2018-12-26
1
-1
/
+4
*
Make this page much more readable by deleting as much text as possible
schwarze
2018-12-24
1
-28
/
+9
*
EVP_MD_CTX_cleanup() is deprecated and doesn't free, so recommend using
tb
2018-12-23
4
-12
/
+12
*
Document EVP_PKEY_new_mac_key(3);
schwarze
2018-12-22
1
-8
/
+50
*
Delete irrelevant HISTORY details. Simply use BN_rand(3); there
schwarze
2018-12-22
1
-12
/
+2
*
The wrong header file was given for EVP_PKEY_CTX_set_signature_md(3).
schwarze
2018-12-21
1
-13
/
+69
*
Document the ECDSA_SIG_new(3) return value.
schwarze
2018-12-21
1
-2
/
+10
*
Clarify behaviour of DH_get0_pqg(3) and DH_get0_key(3) with NULL arguments;
schwarze
2018-12-21
1
-4
/
+19
*
grammar and style fixes from wesinator at github
schwarze
2018-12-21
1
-13
/
+14
*
Since OpenBSD 6.1, BN_pseudo_rand*(3) does the same as BN_rand*(3).
schwarze
2018-12-21
1
-10
/
+18
*
Mention that some functions call BN_GENCB_call(3) with a second
schwarze
2018-12-21
1
-4
/
+15
*
Correctly describe the return values of BN_hex2bn(3) and BN_dec2bn(3).
schwarze
2018-12-19
1
-5
/
+8
*
Specify the return values of some of these functions more precisely;
schwarze
2018-12-19
1
-15
/
+16
*
typo;
schwarze
2018-12-19
1
-4
/
+5
*
Regenerate root CA list using updated format-pem.pl. Specifically this
sthen
2018-12-16
1
-101
/
+1
*
Add a check that libressl is actually able to verify CA certs.
sthen
2018-12-16
1
-12
/
+28
*
Restore function prototype for ASN1_dup, fixing usage on I32LP64 platforms.
jeremy
2018-11-30
1
-1
/
+7
*
Correct lock initialisation for libcrypto.
jsing
2018-11-28
2
-16
/
+55
*
spelling; from miod
jmc
2018-11-25
1
-2
/
+2
*
zap 10 tab leading whitespace before 'struct evp_pkey_ctx_st {'
tb
2018-11-24
1
-2
/
+2
*
Store and return the locking callbacks, restoring previous behaviour.
jsing
2018-11-24
1
-6
/
+12
*
Saw a mention somewhere a while back that the gotdata() function in
deraadt
2018-11-20
5
-144
/
+27
*
Fix whitespace around assignment operators.
tb
2018-11-17
1
-7
/
+7
*
Port OpenSSL commit 99540ec79491f59ed8b46b4edf130e17dc907f52 -- mitigation
tb
2018-11-15
1
-4
/
+4
*
Missing initialization for pub_key. CID 184303.
tb
2018-11-12
1
-2
/
+2
*
Add back a few missing compatibility stubs
bcook
2018-11-11
2
-4
/
+37
*
Add EVP_sm3() to OpenSSL_add_all_digests_internal().
tb
2018-11-11
1
-1
/
+4
*
bump minors after symbol addition.
tb
2018-11-11
1
-1
/
+1
*
Add Ribose Inc's implementation of the SM3 hashing function with
tb
2018-11-11
8
-3
/
+437
*
Add automatic threading initialization for libcrypto.
bcook
2018-11-11
6
-452
/
+140
*
include crypto.h from the correct path, remove unused variable
bcook
2018-11-11
1
-5
/
+2
*
Initialize priv_key and pub_key on first use instead of at the top.
tb
2018-11-09
1
-6
/
+4
*
Initialize priv_key and pub_key on first use instead of at the top.
tb
2018-11-09
1
-4
/
+4
*
Avoid dereferencing eckey before checking it for NULL.
tb
2018-11-09
1
-5
/
+6
*
Avoid leaking memory that was already allocated in ASN1_item_new().
tb
2018-11-09
1
-5
/
+1
*
Fix a buffer overrun in asn1_parse2().
tb
2018-11-09
1
-4
/
+7
*
Add const to the data argument of ASN1_set{,_int}_octetstring().
tb
2018-11-09
2
-6
/
+6
*
Remove some function prototypes that should have been removed in the
jsing
2018-11-08
1
-10
/
+2
*
LibreSSL 2.9.0
bcook
2018-11-08
1
-3
/
+3
*
Use memmove() instead of memcpy() to get rid of the need for
tb
2018-11-07
1
-3
/
+3
*
unrevert the use of bn_rand_interval().
tb
2018-11-06
6
-35
/
+26
*
Unset Z_is_zero after applying coordinate blinding and
tb
2018-11-06
1
-3
/
+4
*
Flip reversed test in bn_rand_interval().
tb
2018-11-06
1
-2
/
+2
*
disable EC_POINT coordinate blinding due to failures in ECDHE and TLS
tb
2018-11-06
1
-1
/
+3
*
revert use of bn_rand_interval due to failures with ECDHE and TLS
tb
2018-11-06
5
-24
/
+33
*
Start working towards adding feature flags (rather than anti-feature flags)
jsing
2018-11-06
1
-1
/
+10
*
Make use of bn_rand_interval() where appropriate.
tb
2018-11-05
5
-33
/
+24
*
Introduce bn_rand_interval() that allows specifying an interval [a, b)
tb
2018-11-05
2
-2
/
+30
*
Eliminate a few "} else" branches, a few unneeded NULL checks before
tb
2018-11-05
3
-43
/
+33
*
Remove two unnecessary BN_FLG_CONSTTIME dances: BN_mod_exp_ct() already
tb
2018-11-05
2
-21
/
+7
[prev]
[next]