index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
FAQ
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-03
OSSL_STORE: constify the criterion parameter a bit more
Richard Levitte
3
-6
/
+7
2019-11-03
Change EVP_PKEY_CTX_new_provided() to take a library context too.
Richard Levitte
4
-13
/
+33
2019-11-03
Make EVP_PKEY_CTX initialization more precise
Richard Levitte
1
-1
/
+17
2019-11-03
Fix --strict-warnings build
Patrick Steuer
1
-2
/
+2
2019-11-03
s390x assembly pack: enable clang build
Patrick Steuer
4
-33
/
+33
2019-11-03
doc/man3/OSSL_PARAM.pod: Clarify return_size with integer types
Richard Levitte
1
-6
/
+18
2019-11-03
test/params_api_test.c: Correct the checks of OSSL_PARAM_set_BN()
Richard Levitte
1
-1
/
+1
2019-11-03
Fix OSSL_PARAM_set_BN() to fill the given buffer correctly.
Richard Levitte
1
-2
/
+5
2019-11-03
test/build.info: add missing inclusion for ssl_ctx_test
Richard Levitte
1
-1
/
+1
2019-11-02
VMS: Added new method to gather entropy on VMS, based on SYS$GET_ENTROPY.
Richard Levitte
2
-10
/
+93
2019-11-02
Add test cases for min/max protocol API
Christian Heimes
2
-1
/
+81
2019-11-02
Configure: Make --strict-warnings meaningful with MSVC cl
Richard Levitte
3
-7
/
+19
2019-11-02
BIO_s_connect: add an error state and use it
Richard Levitte
1
-1
/
+8
2019-11-02
DRBG: add check for XOF so these can be disallowed by the DRBGs
Pauli
2
-0
/
+5
2019-11-02
DRBG: weaken the restriction on allowed digests.
Pauli
2
-52
/
+6
2019-11-01
s390x: fix build errors
Patrick Steuer
1
-0
/
+3
2019-11-01
fix for Missing null check after OPENSSL_zalloc
jayaram
1
-1
/
+5
2019-11-01
md4/md5: macros should not include the line following them
Patrick Steuer
2
-2
/
+2
2019-11-01
Fix potential memory leak in dh_ameth.c
Scott Wilson
1
-0
/
+1
2019-10-31
Fix L<> entries without sections
Rich Salz
31
-43
/
+60
2019-10-31
Infrastructure for templated doc in POD files
Rich Salz
34
-292
/
+571
2019-10-31
evp_pkey_ctx_free_old_ops(): Make sure to assign NULL to freed pointers
Richard Levitte
1
-0
/
+4
2019-10-31
Fix SYNOPSIS for ASN1_ENUMERATED_get_int64 and ASN1_ENUMERATED_set_int64
Jakub Zelenka
1
-2
/
+2
2019-10-31
[crypto/bn] fix a few small timing leaks in BN_lshift1 and BN_rshift1
Billy Brumley
1
-13
/
+10
2019-10-31
Fix typo in cipher_chacha20_poly1305_hw.c.
Kelvin Lee
1
-1
/
+1
2019-10-31
Fix find/rm command in Unix clean recipe
Tanzinul Islam
1
-2
/
+2
2019-10-31
Don't generate a MAC when using KTLS.
John Baldwin
1
-1
/
+1
2019-10-31
Fix BIO_get_ktls_send() and BIO_get_ktls_recv() to work again.
John Baldwin
1
-4
/
+2
2019-10-31
Simplify NO_KTLS path in SSL_sendfile.
John Baldwin
1
-9
/
+5
2019-10-31
Bypass multiblock and send individual records when using KTLS.
Andrew Gallatin
1
-0
/
+1
2019-10-31
Add support for in-kernel TLS (KTLS) on FreeBSD.
Andrew Gallatin
4
-2
/
+156
2019-10-31
crypto/evp/evp_fetch.c: Make it more prominent that these functions are EVP
Richard Levitte
2
-82
/
+82
2019-10-31
KDF: use string names not macros to align with other algorithms.
Pauli
2
-15
/
+15