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
2020-07-08
New regression tests for character and string conversions
schwarze
2
-2
/
+445
2020-07-07
Remove temporary RSA keys/callbacks code.
jsing
1
-43
/
+0
2020-07-07
Test TLSv1.3 ciphersuites now that TLS_method() supports TLSv1.3.
jsing
1
-0
/
+12
2020-07-07
Remove some unnecessary function pointers from SSL_METHOD_INTERNAL.
jsing
5
-64
/
+17
2020-07-07
Enable TLSv1.3 for the generic TLS_method().
jsing
2
-5
/
+52
2020-07-06
Add support for timeconting in userland.
pirofti
6
-6
/
+146
2020-07-04
Add a missing circular_init() call in the TLS ordering test.
jsing
1
-1
/
+3
2020-07-03
zap trailing whitespace on one line
tb
1
-2
/
+2
2020-07-03
tlsexttest: pass message type to the extension functions
tb
1
-144
/
+144
2020-07-03
Make the message type available to the extension functions
tb
2
-167
/
+181
2020-07-03
adjust alpn extension test to new argument order
tb
1
-3
/
+3
2020-07-03
adjust tlsexttest to new argument order
tb
1
-5
/
+5
2020-07-03
Improve argument order for the internal tlsext API
tb
8
-39
/
+39
2020-06-29
Disable assembly code for powerpc64; more work is needed to make it work.
kettenis
1
-8
/
+9
2020-06-28
Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn't
kettenis
1
-3
/
+3
2020-06-26
Provide an optimized implementation of ffs(3) in libc on
naddy
3
-2
/
+26
2020-06-26
Accidentally doubled these files on first commit. Correcting.
drahn
2
-194
/
+1
2020-06-25
Switch the order of the two tests in tls13_client_hello_required_extensions
tb
1
-9
/
+9
2020-06-25
Intial attempt at powerpc64 libcrypto pieces.
drahn
2
-0
/
+386
2020-06-24
Properly document the return values of EVP_PKEY_base_id(3)
schwarze
4
-70
/
+152
2020-06-24
use n-bit <noun> consistently; ok schwarze for the principal of the idea,
jmc
6
-28
/
+28
2020-06-24
Make tls13_legacy_shutdown() match ssl3_shutdown() semantics.
jsing
1
-21
/
+22
2020-06-24
new manual page ChaCha(3);
schwarze
3
-2
/
+257
2020-06-24
new manual page CMAC_Init(3);
schwarze
5
-7
/
+298
2020-06-24
Document eight additional pre-OpenSSL-1.1 accessor functions that are
schwarze
1
-21
/
+122
2020-06-24
enable test-tls13-keyshare-omitted.py
tb
1
-5
/
+2
2020-06-24
Enforce restrictions for ClientHello extensions
tb
1
-1
/
+44
2020-06-24
Add test-ffdhe-expected-params.py
tb
1
-1
/
+2
2020-06-19
Enable lucky 13 test.
tb
1
-5
/
+2
2020-06-19
We inherited the constant time CBC padding removal from BoringSSL, but
tb
1
-4
/
+4
2020-06-19
mark the functions documented in des_read_pw(3) as deprecated
schwarze
2
-6
/
+11
2020-06-19
document X509_get0_pubkey_bitstr(3),
schwarze
1
-5
/
+81
2020-06-19
document error handling of X509_PUBKEY_get0(3) and X509_PUBKEY_get(3)
schwarze
1
-3
/
+52
2020-06-19
Merge documentation of X509_get0_serialNumber(3) from OpenSSL-1.1.1
schwarze
1
-4
/
+19
2020-06-15
Document EVP_read_pw_string_min(3)
tb
1
-6
/
+44
2020-06-15
Document PEM_def_callback(3).
schwarze
3
-106
/
+158
2020-06-12
add my Copyright and license, which i forgot when adding a significant
schwarze
1
-3
/
+20
2020-06-12
add a comment saying that name_cmp() is intentionally undocumented;
schwarze
1
-2
/
+5
2020-06-12
document PEM_ASN1_read(3) and PEM_ASN1_read_bio(3);
schwarze
5
-7
/
+236
2020-06-11
wording tweaks from ross l richardson and tb;
jmc
1
-6
/
+6
2020-06-10
Add lucky13 and bleichenbacher-timing tests
tb
1
-1
/
+7
2020-06-10
document PKCS7_get_signer_info(3)
schwarze
5
-8
/
+75
2020-06-10
describe six more PKCS7 attribute functions
schwarze
1
-14
/
+208
2020-06-09
The check_includes step is incorrect dependency management model for
deraadt
3
-33
/
+3
2020-06-06
Implement a rolling hash of the ClientHello message, Enforce RFC 8446
beck
7
-9
/
+181
2020-06-05
Add a custom copy handler for AES key wrap
tb
1
-5
/
+31
2020-06-05
Use IANA allocated GOST ClientCertificateTypes.
jsing
3
-9
/
+15
2020-06-05
Stop sending GOST R 34.10-94 as a CertificateType.
jsing
1
-3
/
+1
2020-06-05
Handle GOST in ssl_cert_dup().
jsing
1
-1
/
+5
2020-06-05
Enable GOST_SIG_FORMAT_RS_LE when verifying certificate signatures.
jsing
2
-2
/
+15
[next]