index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2018-11-08
zap last remains of malloc.conf; prompted by and ok jmc@
Otto Moerbeek
2018-11-07
Add initial TLS 1.3 key schedule support with basic regress tests
Bob Beck
2018-11-07
Use memmove() instead of memcpy() to get rid of the need for
Theo Buehler
2018-11-07
Add TLSv1.3 cipher suites (with appropriate guards).
Joel Sing
2018-11-06
Add TLS extension type values for TLSv1.3 (under guards).
Joel Sing
2018-11-06
Define TLS_CA_CERT_FILE rather than having every application create their
Joel Sing
2018-11-06
typo on fs.posix.setuid; from Piotr Durlej
Otto Moerbeek
2018-11-06
rm FILES section; prompted by Janne Johansson
Otto Moerbeek
2018-11-06
Use the new vm.malloc_conf sysctl; ok millert@ deraadt@
Otto Moerbeek
2018-11-06
vm.malloc_conf, userland sysctl parts; ok millert@ deraadt@
Otto Moerbeek
2018-11-06
unrevert the use of bn_rand_interval().
Theo Buehler
2018-11-06
Unset Z_is_zero after applying coordinate blinding and
Theo Buehler
2018-11-06
Flip reversed test in bn_rand_interval().
Theo Buehler
2018-11-06
disable EC_POINT coordinate blinding due to failures in ECDHE and TLS
Theo Buehler
2018-11-06
revert use of bn_rand_interval due to failures with ECDHE and TLS
Theo Buehler
2018-11-06
Include TLSv1.3 in version handling code.
Joel Sing
2018-11-06
Add TLS1_3_VERSION and SSL_OP_NO_TLSv1_3 defines under guards.
Joel Sing
2018-11-06
Start working towards adding feature flags (rather than anti-feature flags)
Joel Sing
2018-11-05
Make use of bn_rand_interval() where appropriate.
Theo Buehler
2018-11-05
Introduce bn_rand_interval() that allows specifying an interval [a, b)
Theo Buehler
2018-11-05
Eliminate a few "} else" branches, a few unneeded NULL checks before
Theo Buehler
2018-11-05
Remove two unnecessary BN_FLG_CONSTTIME dances: BN_mod_exp_ct() already
Theo Buehler
2018-11-05
Rename the TLS Supported Elliptic Curves extension to Supported Groups.
Joel Sing
2018-11-05
Rework the TLS extension handling code to improve readability/flexibility,
Joel Sing
2018-11-05
Implement coordinate blinding for EC_POINT.
Theo Buehler
2018-11-05
Mention aligned_alloc(), prompted by Brad; ok jmc@
Otto Moerbeek
2018-11-05
aligned_alloc bump
Otto Moerbeek
2018-11-05
Implement C11's aligned_alloc(3). ok guenther@
Otto Moerbeek
2018-11-05
Clean up the code that checks if we can choose an EC cipher suite.
Joel Sing
2018-11-05
Consolidate all of the SSL method structs/functions into a single file.
Joel Sing
2018-11-05
Mop up ecdh_tmp, since it is no longer used.
Joel Sing
2018-11-04
Define OPENSSL_NO_ASYNC - our libcryptosink does not have built in async
Joel Sing
2018-11-04
Update the opensslfeatures.h to include all of the OPENSSL_NO_* flags that
Joel Sing
2018-11-04
add missing NET_RT_TABLE
denis
2018-11-04
Reformat and sort the OPENSSL_NO_* defines.
Joel Sing
2018-11-03
For correctness, do not read struct servent if getservbyname_r() failed.
Eric Faurot
2018-11-02
move X509_get0_serialNumber where it belongs
Theo Buehler
2018-11-02
whitespace
Theo Buehler
2018-10-31
Add comment to remind people to bump libc++.
Mark Kettenis
2018-10-31
typo; fix from hiltjo posthuma
Theo de Raadt
2018-10-31
remove a guard in mio_read(), mio_write, sio_read() & sio_write() for a
miko
2018-10-30
use Mdocdate;
Jason McIntyre
2018-10-30
Add C11's timespec_get(3); minor bump for libc.
Philip Guenther
2018-10-28
Correctly deal with upper level unveil's by keeping track of the covering
Bob Beck
2018-10-26
remove a misleading comment; ok ratchov@
miko
2018-10-24
Bump libcrypto/libssl/libtls majors due to symbol removals (libcrypto)
Joel Sing
2018-10-24
Make more of libssl's record layer state internal.
Joel Sing
2018-10-24
Remove a GOST data symbol that should not be exported.
Joel Sing
2018-10-24
Remove a bunch of ancient and highly crufty ASN.1 related code from
Joel Sing
2018-10-24
Remove stack related macros that should have been nuked when
Joel Sing
[next]