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
2014-10-03
verify changes are major change
tedu
1
-2
/
+2
2014-10-03
Bump minor for ECHD auto and other recent changes.
jsing
1
-1
/
+1
2014-10-03
Bump minor version for ECDH auto.
jsing
2
-2
/
+2
2014-10-03
allow disabling hostname and cert verification separately.
tedu
4
-11
/
+22
2014-10-03
Allow "auto" to be specified as an ECDH curve name and make this the
jsing
2
-7
/
+13
2014-10-03
Add support for automatic ephemeral EC keys.
jsing
14
-26
/
+152
2014-10-03
Use string literals in printf style calls so gcc's -Wformat works.
doug
8
-40
/
+38
2014-10-01
openssl.cnf tweaks following recent changes to usr.bin/openssl:
sthen
1
-44
/
+3
2014-10-01
Switch "openssl req" to using SHA256 for hashes and AES256 to encrypt on-disk
sthen
2
-12
/
+12
2014-09-30
Clean up EC cipher handling in ssl3_choose_cipher().
jsing
6
-290
/
+304
2014-09-29
Previous fix (1.12) would cause a NULL pointer dereference in the error path
miod
2
-8
/
+6
2014-09-29
Move cipher configuration handling to the shared SSL configuration function
jsing
2
-10
/
+13
2014-09-29
Add an option that allows the enabled SSL protocols to be explicitly
jsing
6
-9
/
+51
2014-09-29
When freeing the config, explicitly call ressl_config_clear_keys() rather
jsing
1
-5
/
+6
2014-09-29
check_cert(): be sure to reset ctx->current_crl to NULL before freeing it.
miod
2
-20
/
+10
2014-09-29
X509_NAME_get_text_by_OBJ(): make sure we do not pass a negative size to
miod
2
-6
/
+10
2014-09-29
X509_VERIFY_PARAM_set1_name(): if invoked with NULL as the second
miod
2
-2
/
+4
2014-09-28
Wrap long lines and add missing argument name.
jsing
1
-4
/
+6
2014-09-28
Bump minor after adding SSL_CTX_use_certificate_chain().
reyk
2
-2
/
+2
2014-09-28
Provide a ressl config function that explicitly clears keys.
jsing
2
-2
/
+10
2014-09-28
Add a new API function SSL_CTX_use_certificate_chain() that allows to
reyk
6
-54
/
+111
2014-09-28
X509v3_add_ext(): do not free stuff we did not allocate in the error path.
miod
2
-4
/
+4
2014-09-28
X509_TRUST_add(): check X509_TRUST_get0() return value before dereferencing it,
miod
2
-30
/
+46
2014-09-28
Someone (TM) thought it was smart to save memory by using malloc(1) and
miod
2
-10
/
+8
2014-09-28
revamp the config interface to own memory. easier to use correctly without
tedu
3
-49
/
+99
2014-09-27
Revert r1.5 and reenable assembler version of ghash now that it has been
miod
2
-6
/
+6
2014-09-27
Doh, rev 1.4 had left out one routine with both 32-bit and 64-bit code, where
miod
2
-0
/
+4
2014-09-27
Disable assembler code for ghash on hppa, causes wrong computations in some
miod
4
-8
/
+8
2014-09-27
There is not much point checking ecdhp is not NULL... twice.
jsing
4
-28
/
+10
2014-09-27
Check that the specified curve is one of the client preferences.
jsing
10
-16
/
+140
2014-09-27
Fix mmap() calls that check for a result other than MAP_FAILED.
doug
1
-1
/
+1
2014-09-26
X509_STORE_new(): do not leak memory upon error.
miod
2
-28
/
+34
2014-09-26
X509_issuer_and_serial_hash(): do not leak memory if an error occurs during
miod
2
-2
/
+6
2014-09-26
X509at_add1_attr(): do not free stuff we did not allocate in the error path.
miod
2
-6
/
+6
2014-09-26
Now that we have a static version of the default EC formats, also use it
jsing
2
-94
/
+88
2014-09-23
Fix regression introduced in revision 1.15 by using strndup() instead of
miod
2
-12
/
+12
2014-09-22
Refactor and simplify the ECC extension handling. The existing code
jsing
4
-244
/
+196
2014-09-22
Also check the result from final_finish_mac() against finish_mac_length in
jsing
2
-38
/
+34
2014-09-22
It is possible (although unlikely in practice) for peer_finish_md_len to
jsing
2
-26
/
+22
2014-09-21
Document SSL_OP_TLSEXT_PADDING.
jsing
1
-0
/
+6
2014-09-21
Move the TLS padding extension under an SSL_OP_TLSEXT_PADDING option, which
jsing
4
-20
/
+36
2014-09-21
a_enum.c used to be a copy of a_int.c with s/INTEGER/ENUMERATED/g , but
miod
2
-8
/
+18
2014-09-21
Fix a memory leak in the error path in ASN1_mbstring_ncopy().
miod
2
-38
/
+58
2014-09-21
Add support for word anchors \< and \> to regex regression tests.
doug
1
-1
/
+13
2014-09-19
Add CHACHA20 as a cipher symmetric encryption alias.
jsing
2
-2
/
+10
2014-09-19
remove obfuscating parens. man operator is your friend.
tedu
4
-30
/
+30
2014-09-19
Fix on 32bit platforms where 0xdeadbeef > LONG_MAX.
schwarze
1
-4
/
+6
2014-09-17
Remove unused #define.
lteo
1
-3
/
+1
2014-09-16
A few more MLINKs.
miod
1
-1
/
+7
2014-09-16
a little less sendmail specific;
jmc
1
-4
/
+3
[next]