index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libssl
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Manually expand ASN1_ITEM_rptr macros that should have been expanded with
jsing
2015-02-10
10
-29
/
+29
*
Expand the -IMPLEMENT_ASN1_ENCODE_FUNCTIONS_(const_)?fname macros so that
jsing
2015-02-10
4
-13
/
+121
*
Expand the IMPLEMENT_ASN1_DUP_FUNCTION macro so that the code is visible
jsing
2015-02-10
10
-29
/
+124
*
Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that the
jsing
2015-02-10
5
-23
/
+455
*
Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and
jsing
2015-02-09
6
-51
/
+1155
*
Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and
jsing
2015-02-09
12
-43
/
+787
*
BN_CTX_get() can fail - consistently check its return value.
jsing
2015-02-09
28
-273
/
+358
*
Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and
jsing
2015-02-09
19
-60
/
+1044
*
Jettison SCTP support in BIO dgram.
jsing
2015-02-09
2
-1052
/
+2
*
Jettison DTLS over SCTP.
jsing
2015-02-09
7
-409
/
+7
*
Return NULL when there are no shared ciphers.
doug
2015-02-09
1
-4
/
+6
*
This is neither code not proper documentation.
miod
2015-02-09
7
-157
/
+0
*
Remove unused GOST test that prevents clang from building libcrypto.
doug
2015-02-09
1
-55
/
+1
*
Use `> 0' instead of `!= 0' as a successful condition for
miod
2015-02-08
10
-44
/
+44
*
Move a few typedef up in this file in order to be able to use them in env_md_st
miod
2015-02-08
1
-14
/
+10
*
Check memory allocation results in EVP_PBE_alg_add_type().
miod
2015-02-08
1
-3
/
+10
*
Check memory allocation results, as well as stack pushes.
miod
2015-02-08
1
-9
/
+34
*
Rely upon enc_flags rather than the tls version, to upgrade SHA1+MD5 to
miod
2015-02-08
1
-4
/
+4
*
Lob a KNF grenade into the ecdsa code.
jsing
2015-02-08
8
-312
/
+288
*
Don't leak addresses in error messages.
miod
2015-02-07
1
-2
/
+2
*
Remove useless variables and use the values directly.
doug
2015-02-07
1
-5
/
+3
*
Don't support very old versions of Netscape (is there any other kind?).
doug
2015-02-07
1
-6
/
+5
*
Delete a lot of #if 0 code in libressl.
doug
2015-02-07
45
-673
/
+55
*
Convert several of the server side handshake functions to the new handshake
jsing
2015-02-07
2
-119
/
+54
*
Don't allow tag number 31 in CBB_add_asn1().
doug
2015-02-07
2
-12
/
+27
*
Clean up the {get,put}_cipher_by_char() implementations. Also use
jsing
2015-02-07
3
-30
/
+14
*
Only call free in CBB_init().
doug
2015-02-07
1
-3
/
+6
*
Provide a SSL_CIPHER_get_by_value() function that allows a cipher to be
jsing
2015-02-07
4
-4
/
+33
*
Combine c_allc.c and c_alld.c into c_all.c - there is not much point having
jsing
2015-02-07
3
-361
/
+230
*
Fix typo and ASN.1 tag number range comment in bytestring.h.
doug
2015-02-07
1
-4
/
+4
*
KNF bytestring files.
doug
2015-02-06
4
-908
/
+1096
*
Remove accidental, commented out code.
doug
2015-02-06
1
-11
/
+1
*
Unifdef NETSCAPE_HANG_BUG.
jsing
2015-02-06
1
-22
/
+1
*
Add additional checks to ssl3_send_client_key_exchange() that ensures
jsing
2015-02-06
1
-18
/
+25
*
Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.
doug
2015-02-06
4
-0
/
+1343
*
Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char.
jsing
2015-02-06
15
-16
/
+91
*
Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem().
reyk
2015-02-06
3
-9
/
+9
*
Declare the x509_(mem|file|dir)_lookup symbols as static because they
reyk
2015-02-05
3
-6
/
+6
*
Fix a number of issues relating to algorithms in signatures, Mostly
beck
2015-01-28
7
-9
/
+58
*
Place the remainder of e_os2.h under #ifndef LIBRESSL_INTERNAL until we can
jsing
2015-01-26
1
-1
/
+5
*
Add AEAD as a "MAC alias" so that it is possible to identify/select ciphers
jsing
2015-01-26
2
-2
/
+7
*
Ensure that a ServerKeyExchange message is received if the selected cipher
jsing
2015-01-23
1
-5
/
+18
*
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
2
-2
/
+9
*
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).
doug
2015-01-21
1
-9
/
+23
*
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
[prev]
[next]