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
2016-11-02
Expand IMPLEMENT_LHASH_COMP_FN/IMPLEMENT_LHASH_HASH_FN macros - the only
jsing
1
-5
/
+17
2016-11-02
Wrap some >80 char lines.
jsing
1
-9
/
+9
2016-11-02
convert DES and DH manuals from pod to mdoc
schwarze
15
-715
/
+1244
2016-10-31
remove some old option letters and also make P non-settable. It has
otto
1
-24
/
+6
2016-10-31
bump to LibreSSL 2.5.1
bcook
1
-3
/
+3
2016-10-28
Pages in the malloc cache are either reused quickly or unmapped
otto
1
-14
/
+1
2016-10-22
$OpenBSD$
tb
3
-0
/
+3
2016-10-22
- fix MALLOC_STATS compile
otto
1
-3
/
+6
2016-10-21
fix some void * arithmetic by casting
otto
1
-4
/
+4
2016-10-21
and recommit with fixed GC
otto
1
-103
/
+112
2016-10-20
backout for now; flag combination GC is not ok
otto
1
-110
/
+103
2016-10-20
avoid sentence splicing;
jmc
1
-2
/
+2
2016-10-20
canary corruption message changed a bit
otto
1
-5
/
+5
2016-10-20
Also place canaries in > page sized objects (if C is in effect); ok tb@
otto
1
-103
/
+110
2016-10-19
unifdef OPENSSL_NO_CMS
jsing
8
-123
/
+8
2016-10-19
Update client hello messages to follow the removal of fixed ECDH.
jsing
1
-89
/
+65
2016-10-19
Remove support for fixed ECDH cipher suites - these is not widely supported
jsing
7
-466
/
+42
2016-10-19
Remove the save_errno dance inside strerror_r(3). It is from the
bluhm
1
-5
/
+3
2016-10-17
If BN_div_word() fails (by returning (BN_ULONG)-1) or if the division
guenther
1
-4
/
+8
2016-10-16
Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS,
tb
1
-2
/
+4
2016-10-16
Roll back uintptr_t cast changes after discussions with tedu, otto and
dtucker
3
-24
/
+7
2016-10-15
Wrap _malloc_init() so internal calls go directly
guenther
2
-2
/
+6
2016-10-14
Cast pointers to uintptr_t to avoid potential signedness errors.
dtucker
3
-7
/
+24
2016-10-14
0xd0 -> 0xdb; ok deraadt@ millert@ tedu@
otto
1
-3
/
+3
2016-10-12
optimize canary code a bit by storing offset of sizes table instead of
otto
1
-5
/
+7
2016-10-08
make clear the length printed is the requested length
otto
1
-3
/
+3
2016-10-07
grammar fix previous;
jmc
1
-2
/
+2
2016-10-07
document "chunk canary corrupted" error
otto
1
-2
/
+7
2016-10-07
stray tab
otto
1
-2
/
+2
2016-10-07
Beter implementation of chunk canaries: store size in chunk meta data
otto
1
-61
/
+63
2016-10-06
typo
naddy
1
-3
/
+3
2016-10-05
Fix some broken .Xr links, loosely based on a diff
schwarze
1
-13
/
+12
2016-10-03
use the same type for buf as the return type in tls_load_file
bcook
1
-2
/
+3
2016-10-02
Check for and handle failure of HMAC_{Update,Final} or EVP_DecryptUpdate()
guenther
1
-5
/
+11
2016-10-02
Detect zero-length encrypted session data early, instead of when malloc(0)
guenther
1
-2
/
+2
2016-10-02
In X509_cmp_time(), pass asn1_time_parse() the tag of the field being
guenther
1
-2
/
+3
2016-09-23
Append to CLEANFILES instead of replacing it, so libcrypto.pc is
natano
1
-2
/
+2
2016-09-22
trim STANDARDS; ok jsing
libressl-v2.5.0
jmc
1
-13
/
+1
2016-09-22
some minor cleanup;
jmc
1
-47
/
+17
2016-09-22
shorten x509;
jmc
1
-755
/
+414
2016-09-22
Improve on code from the previous commit.
jsing
1
-7
/
+5
2016-09-22
Avoid unbounded memory growth, which can be triggered by a client
jsing
1
-9
/
+20
2016-09-22
Check for packet with truncated DTLS cookie.
guenther
1
-12
/
+17
2016-09-22
Improve ticket validity checking when tlsext_ticket_key_cb() callback
guenther
1
-4
/
+25
2016-09-22
revert documentation update for the clearning behavior we already reverted
bcook
1
-5
/
+1
2016-09-21
Delete casts to off_t and size_t that are implied by assignments
guenther
6
-20
/
+19
2016-09-20
shorten version;
jmc
1
-17
/
+4
2016-09-20
shorten the verify error list;
jmc
1
-42
/
+41
2016-09-20
Avoid selecting weak digests for (EC)DH when using SNI.
bcook
1
-3
/
+12
2016-09-19
put the spkac section in the right place;
jmc
1
-60
/
+60
[next]