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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Wrap <arpa/inet.h> and <arpa/nameser.h> so that calls go direct and the
guenther
2015-09-13
5
-5
/
+11
*
Another style(9) grenade.
jsing
2015-09-13
1
-550
/
+825
*
Remove SHA-0 support.
doug
2015-09-13
25
-825
/
+36
*
For now, permit overriding of the malloc family, to make emacs happy
guenther
2015-09-13
1
-6
/
+6
*
Revise regression test so that it works correctly with AES taking priority
jsing
2015-09-13
1
-34
/
+191
*
nc(1) seems worth an Xr in SEE ALSO now;
jmc
2015-09-13
1
-1
/
+2
*
Since a major bump of libcrypto is coming, remove OPENSSL_ia32cap and
miod
2015-09-13
4
-34
/
+4
*
Handle negative-zero in BN_bn2dec() too, just like in BN_print().
deraadt
2015-09-13
2
-44
/
+62
*
Reorder functions for readability/consistency.
jsing
2015-09-13
2
-470
/
+456
*
BN does support negative-zero -- BN_print() sets the standard here.
deraadt
2015-09-13
2
-6
/
+6
*
work around the stupid semantics of SSL_read and SSL_write to make sure
beck
2015-09-13
1
-3
/
+3
*
Wrap <pwd.h> so that calls go direct and the symbols are all weak.
guenther
2015-09-13
2
-7
/
+8
*
Overshot w/PROTO_DEPRECATED: seed48_deterministic() is used internally
guenther
2015-09-13
1
-1
/
+2
*
Remove explicit NULL checks before *_free() calls and tidy some code.
jsing
2015-09-13
1
-28
/
+22
*
Use ECDH_size() and do some other clean up.
jsing
2015-09-13
1
-7
/
+6
*
Only check for key truncation if no KDF function is being used.
jsing
2015-09-13
2
-8
/
+8
*
remove e_os2.h includes
bcook
2015-09-13
2
-2
/
+0
*
Wrap long lines.
jsing
2015-09-13
1
-16
/
+32
*
style(9) grenade.
jsing
2015-09-13
1
-153
/
+178
*
Don't leak conninfo - spotted by marko kreen.
beck
2015-09-13
1
-2
/
+3
*
Stop generating private keys in a network buffer.
jsing
2015-09-13
2
-58
/
+58
*
The number of rounds is just two digits in the salt. We've already
millert
2015-09-13
1
-2
/
+2
*
Factor out setup_up / destroy_ui functions.
bcook
2015-09-13
4
-58
/
+58
*
Use ECDH_size() instead of rolling our own.
jsing
2015-09-13
4
-24
/
+22
*
document extra algorithms available with openssl speed command
bcook
2015-09-13
1
-1
/
+4
*
Switch to miod's shiny new OPENSSL_cpu_caps() and we can now also enable
jsing
2015-09-13
2
-6
/
+6
*
Merge ech_ossl.c into ech_key.c - not much point having one file with a
jsing
2015-09-13
5
-432
/
+294
*
Nuke openssl/e_os2.h, since nothing should be using it.
jsing
2015-09-13
2
-86
/
+1
*
Provide ECDH_size().
jsing
2015-09-13
6
-8
/
+22
*
Check ECDH output buffer length and avoid truncation.
jsing
2015-09-13
6
-12
/
+32
*
Add Certplus CA root certificate:
sthen
2015-09-13
1
-0
/
+86
*
display negotiated TLS version and cipher suite in verbose mode.
beck
2015-09-13
1
-2
/
+3
*
Lob a style(9) grenade in here.
jsing
2015-09-13
12
-362
/
+352
*
Mechanical minor bump to follow libcrypto.
miod
2015-09-13
3
-3
/
+3
*
add visibility of ciper and connection version strings
beck
2015-09-13
4
-6
/
+56
*
Add a new interface, OPENSSL_cpu_caps(), to return the currently running
miod
2015-09-13
6
-6
/
+36
*
The *_accept() functions increment in_handshake at the start of the function,
jsing
2015-09-13
4
-38
/
+60
*
If we have hardware acceleration for AES, prefer AES as a symmetric cipher
jsing
2015-09-13
2
-14
/
+60
*
Wrap <stdlib.h> so that calls go direct and the symbols not in the
guenther
2015-09-13
22
-26
/
+54
*
tweak STANDARDS;
jmc
2015-09-13
1
-3
/
+3
*
Adapt to just committed libtls api change
beck
2015-09-12
1
-21
/
+14
*
Move connection info into it's own private structure allocated and filled in
beck
2015-09-12
7
-120
/
+208
*
Split ssl3_send_client_key_exchange() (387 lines of code) into five
jsing
2015-09-12
2
-654
/
+702
*
Fix function name.
jsing
2015-09-12
2
-4
/
+4
*
Sync handling of cached record digests with s3_srvr.c.
jsing
2015-09-12
2
-2
/
+46
*
explicit_bzero() the GOST premaster secret.
jsing
2015-09-12
2
-4
/
+14
*
Ensure that we clear the libssl error stack before we make a function call
jsing
2015-09-12
3
-5
/
+12
*
Unwrap a bunch of lines.
jsing
2015-09-12
2
-74
/
+38
*
Nuke SSLEAY_CONF -- a backwards compatibility environment variable that
lteo
2015-09-12
4
-14
/
+5
*
__strsignal() is now declared in hidden/signal.h
guenther
2015-09-12
1
-2
/
+0
[next]