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
OPENBSD_7_7
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
/
libssl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add AEAD as a "MAC alias" so that it is possible to identify/select ciphers
jsing
2015-01-26
4
-4
/
+14
*
Ensure that a ServerKeyExchange message is received if the selected cipher
jsing
2015-01-23
2
-10
/
+36
*
Use field names in struct initialisers.
jsing
2015-01-22
3
-33
/
+33
*
Support CA verification in chroot'ed processes without direct file
reyk
2015-01-22
6
-6
/
+20
*
Add X509_STORE_load_mem() to load certificates from a memory buffer
reyk
2015-01-22
3
-2
/
+167
*
Assume that the size of a pointer will not change at runtime.
bcook
2015-01-22
1
-28
/
+15
*
Fix DTLS memory leak (CVE-2015-0206).
libressl-v2.1.3
doug
2015-01-21
2
-18
/
+46
*
Delete the MANLINT variable and the related SUFFIXES rules because
schwarze
2015-01-16
1
-2
/
+2
*
Fix a memory leak in bss_dgram.
doug
2015-01-12
1
-3
/
+13
*
Avoid a double-free in an error path.
doug
2015-01-08
1
-1
/
+2
*
Fix incorrect OPENSSL_assert() usage.
doug
2015-01-03
1
-24
/
+53
*
don't leak timing info about padding errors by generating a fake key
tedu
2014-12-29
2
-10
/
+20
*
Now that we have Camellia support in libcrypto, bring in the SHA256 flavour of
miod
2014-12-16
4
-4
/
+328
*
Add error handling for EVP_DigestInit_ex().
doug
2014-12-15
15
-56
/
+98
*
unconditionally align SSL payloads
bcook
2014-12-14
6
-78
/
+36
*
Convert all of the straight forward client handshake handling code to use
jsing
2014-12-14
6
-212
/
+134
*
Provide functions for starting, finishing and writing SSL handshake
jsing
2014-12-14
6
-8
/
+120
*
Remove trailing whitespace.
jsing
2014-12-14
59
-559
/
+559
*
unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndef
jsing
2014-12-14
12
-130
/
+12
*
unifdef NETSCAPE_HANG_BUG from the DTLS code. The code is not currently
jsing
2014-12-14
2
-46
/
+2
*
ssl3_init_finished_mac() calls BIO_new() which can fail since it in turn
jsing
2014-12-10
17
-42
/
+115
*
Remove support for GOST R 34.10-94 signature authentication, along with
jsing
2014-12-10
18
-154
/
+30
*
libssl major++
jsing
2014-12-10
2
-2
/
+2
*
Add support for ALPN.
jsing
2014-12-10
10
-16
/
+594
*
add stdint.h to ssl.h.
bcook
2014-12-10
2
-2
/
+6
*
Use platform-defined method of printing a pointer.
bcook
2014-12-08
1
-2
/
+2
*
Make GOST compile with a strict C compiler - in this case incrementing a
jsing
2014-12-07
3
-10
/
+12
*
Correctly output the result in STREEBOG512_Final() when running on a big-endian
miod
2014-12-07
1
-5
/
+28
*
Make sure to load absolute symbol address with `dla' instead of `la' when
miod
2014-12-07
2
-5
/
+17
*
Remove OPENSSL_FIPSCANISTER mentions.
miod
2014-12-07
4
-17
/
+1
*
Remove get_optional_pkey_id() - it is a hack that existed due to GOST
jsing
2014-12-07
2
-92
/
+16
*
fix manual names that clash with other manuals
schwarze
2014-12-06
2
-2
/
+2
*
Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add.
doug
2014-12-06
2
-17
/
+21
*
Remove now bogus comment that got missed in the GOST commit.
jsing
2014-12-06
2
-10
/
+4
*
Fix some horrible style(9) violations...
jsing
2014-12-06
2
-126
/
+126
*
Remove client handling of RSA in ServerKeyExchange messages, along with
jsing
2014-12-06
8
-198
/
+52
*
Use appropriate internal types for EC curves and formats, rather than
jsing
2014-12-06
6
-222
/
+248
*
Ensure that the client specified EC curve list length is a multiple of two.
jsing
2014-12-06
2
-4
/
+6
*
Fix two cases where it is possible to read one or two bytes past the end of
jsing
2014-12-06
2
-6
/
+30
*
add missing .Fn macros in the SYNOPSIS; found with mandoc.db(5)
schwarze
2014-12-04
2
-10
/
+10
*
Move Windows OS-specific functions to make porting easier.
bcook
2014-12-03
2
-24
/
+89
*
We're not supporting 16-bit Windows, remove cast.
bcook
2014-12-03
1
-3
/
+2
*
handle the (impossible) situation of a size_t - 1 buffer from
deraadt
2014-12-03
1
-2
/
+2
*
Spotted another opportunity to use reallocarray().
deraadt
2014-12-03
1
-2
/
+2
*
Add brainpool curves to eccurves_default[], accidentally missing from 1.32;
miod
2014-12-02
2
-4
/
+10
*
add some openbsd tags, and a first pass at cleanup;
jmc
2014-12-02
166
-210
/
+708
*
Remove non-portable use of .Pf that doesn't work with groff;
schwarze
2014-11-30
2
-16
/
+8
*
Ensure that sess_cert is not NULL at the start of
jsing
2014-11-27
2
-50
/
+18
*
Avoid a double-free in an error path.
jsing
2014-11-27
2
-4
/
+2
*
Avoid a NULL dereference in the DTLS client that can be triggered by a
jsing
2014-11-27
2
-2
/
+18
[prev]
[next]