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
...
*
For all functions known to be infected by LC_NUMERIC, add short
schwarze
2019-01-16
2
-4
/
+22
*
There are cases where a program doing dns requests wants to set the
otto
2019-01-14
1
-2
/
+4
*
Move default numer of pools in the multi-threaded case to 8. Various tests
otto
2019-01-10
1
-2
/
+2
*
Make the "not my pool" searching loop a tiny bit smarter, while
otto
2019-01-10
2
-22
/
+39
*
Revert back previous commit and stop including strings.h
mestre
2019-01-10
2
-9
/
+7
*
Include strings.h for bzero in usr.bin/nc
inoguchi
2019-01-09
2
-2
/
+4
*
correct article;
jmc
2019-01-02
2
-6
/
+6
*
too many words in previous;
jmc
2018-12-27
1
-2
/
+2
*
port ranges can be ambiguous with hypenated port-names.
tedu
2018-12-27
2
-6
/
+7
*
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
*
Add regress test for bugs in stdio/fread.c rev 1.13 and 1.17
millert
2018-12-16
3
-2
/
+160
*
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
*
add a -R option to set/unset resolver flags.
libressl-v2.9.0
eric
2018-12-15
9
-20
/
+101
*
Delete a note taken during the rev. 1.1 man page splite
schwarze
2018-12-14
1
-5
/
+2
*
Improve speed for the multi-threaded case by reducing lock contention.
otto
2018-12-10
1
-30
/
+21
*
Keep usage in sync with logic if OPENSSL_NO_DES is set.
tobias
2018-12-09
1
-1
/
+3
*
style; OK otto
florian
2018-12-09
1
-3
/
+3
*
Remove an ugly hack in the client certificate verification code that works
tb
2018-12-07
1
-48
/
+44
*
remove a stray line accidentally left behind in rev. 1.120;
schwarze
2018-12-05
1
-3
/
+2
*
Send SSL_AD_DECODE alerts in the case of a bad hello request or an
tb
2018-12-03
1
-7
/
+7
*
Restore function prototype for ASN1_dup, fixing usage on I32LP64 platforms.
jeremy
2018-11-30
1
-1
/
+7
*
This test does not terminate if malloc conf is preconfigured with
bluhm
2018-11-29
1
-2
/
+6
*
missed adding tls_default_ca_cert_file here. found by sthen
tedu
2018-11-29
1
-0
/
+1
*
update for libtls default cert changes.
tedu
2018-11-29
2
-7
/
+8
*
expose the default cert file as a function, not a define. it's really
tedu
2018-11-29
5
-10
/
+24
*
Refactor a tangle in ssl3_send_client_verify() into one function for each
tb
2018-11-29
1
-118
/
+213
*
We're manipulating malloc flags ourselves, start with restting them all.
otto
2018-11-29
1
-1
/
+5
*
Correct lock initialisation for libcrypto.
jsing
2018-11-28
2
-16
/
+55
*
This test does not terminate if malloc conf is preconfigured with
bluhm
2018-11-28
1
-4
/
+8
*
Refactor "find the right pool" code into a function. ok djm@ tb@
otto
2018-11-27
1
-65
/
+34
*
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
*
Fix DTLS transcript handling for HelloVerifyRequest.
jsing
2018-11-21
4
-18
/
+26
*
fold the contents of malloc.conf.5 into malloc.3 and sysctl.2,
jmc
2018-11-21
1
-6
/
+118
*
Introducing malloc_usable_size() was a mistake. While some other
otto
2018-11-21
2
-105
/
+5
[prev]
[next]