index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
config
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-04
Restore sensible "sess_accept" counter tracking
Benjamin Kaduk
1
-1
/
+1
2018-11-04
Add tsan_decr() API, counterpart of tsan_counter()
Benjamin Kaduk
1
-0
/
+6
2018-11-02
crypto/engine/eng_devcrypto.c: ensure we don't leak resources
Richard Levitte
1
-2
/
+10
2018-11-02
crypto/engine/eng_devcrypto.c: open /dev/crypto only once
Richard Levitte
1
-48
/
+18
2018-11-02
crypto/engine/eng_devcrypto.c: new compilers are strict on prototypes
Richard Levitte
1
-4
/
+4
2018-11-02
crypto/engine/eng_devcrypto.c: add digest copy
Richard Levitte
1
-7
/
+39
2018-11-02
doc/man7/EVP_MAC_*.pod: incorrect english corrected
Richard Levitte
3
-3
/
+3
2018-11-02
apps: Stop pretending to care about Netscape keys
Richard Levitte
6
-34
/
+17
2018-11-02
Fix a doc-nit in EVP_PKEY_CTX_ctrl.pod
Paul Yang
1
-1
/
+1
2018-11-01
Add a constant time flag to one of the bignums to avoid a timing leak.
Pauli
1
-0
/
+1
2018-11-01
openssl list -mac-algorithms support.
Pauli
2
-1
/
+28
2018-11-01
Configure: ensure empty arrays aren't created inadvertently
Richard Levitte
1
-1
/
+1
2018-11-01
Avoid two memory allocations in each RAND_DRBG_bytes
Bernd Edlinger
4
-20
/
+52
2018-10-31
Configuration: when building the dirinfo structure, include shared_sources
Richard Levitte
4
-43
/
+46
2018-10-31
Configurations/15-android.conf: detect NDK llvm-ar.
Andy Polyakov
1
-0
/
+5
2018-10-31
Configurations/15-android.conf: fix implicit __ANDROID_API__ handling.
Andy Polyakov
1
-0
/
+2
2018-10-30
Fix a race condition in drbg_add
Bernd Edlinger
1
-2
/
+5
2018-10-30
Add a client_cert_cb test
Matt Caswell
1
-0
/
+94
2018-10-30
Don't call the client_cert_cb immediately in TLSv1.3
Matt Caswell
2
-1
/
+24
2018-10-30
Add blurbs about EVP_MAC in NEWS and CHANGES
Richard Levitte
2
-1
/
+11
2018-10-30
Have a couple of SipHash test uses the EVP_PKEY method
Richard Levitte
1
-1
/
+9
2018-10-30
EVP_MAC: Integrate SipHash EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHOD
Richard Levitte
3
-206
/
+33
2018-10-30
EVP_MAC: Add SipHash implementation
Richard Levitte
8
-4
/
+211
2018-10-30
rand_drbg.h: include <openssl/obj_mac.h>
Dr. Matthias St. Pierre
1
-0
/
+1
2018-10-30
Make sure at least one HMAC test still uses the EVP_PKEY method
Richard Levitte
1
-1
/
+1
2018-10-30
EVP_MAC: Integrate HMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHOD
Richard Levitte
3
-213
/
+34
2018-10-30
EVP_MAC: Add HMAC implementation
Richard Levitte
7
-2
/
+250
2018-10-30
Make sure at least one CMAC test still uses the EVP_PKEY method
Richard Levitte
1
-1
/
+1
2018-10-30
Adapt other EVP code to use EVP_MAC instead of direct implementation calls
Richard Levitte
2
-7
/
+8
2018-10-30
EVP_MAC: Integrate CMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHOD
Richard Levitte
3
-171
/
+3
2018-10-30
EVP_MAC: Add CMAC implementation
Richard Levitte
7
-9
/
+237
2018-10-30
Fix MSVC warning C4819
Chocobo1
1
-1
/
+1
2018-10-29
DSA: Check for sanity of input parameters
Vitezslav Cizek
1
-0
/
+6
2018-10-29
test/evp_test.c: Fixed strcmp() fault in mac_test_init()
Richard Levitte
1
-1
/
+2
2018-10-29
test/evp_test.c: don't misuse pkey_test_ctrl() in mac_test_run()
Richard Levitte
2
-8
/
+28
2018-10-29
Add a test where we reuse the EVP_PKEY_CTX for two HKDF test runs
Matt Caswell
1
-0
/
+46
2018-10-29
Reset the HKDF state between operations
Matt Caswell
1
-1
/
+13
2018-10-29
Windows build: build foo.d after foo.obj
Richard Levitte
1
-7
/
+5
2018-10-29
ssl/statem: Don't compare size_t with less than zero
Richard Levitte
2
-4
/
+7
2018-10-29
VMS & cryptoerr.h: include symhacks.h
Richard Levitte
1
-0
/
+3
2018-10-29
apps/rehash.c: Convert ISO-8859-1 to UTF-8
Richard Levitte
1
-1
/
+1
2018-10-29
Add convenience functions EVP_str2ctrl() and EVP_hex2ctrl()
Richard Levitte
3
-0
/
+37
2018-10-29
Adapt test/evp_test.c to deal with available EVP_MACs
Richard Levitte
1
-20
/
+172
2018-10-29
Add generic EVP_PKEY_METHOD for EVP_MACs
Richard Levitte
6
-1
/
+379
2018-10-29
Add automatic initializations support for EVP_MAC objects
Richard Levitte
6
-3
/
+52
2018-10-29
Add EVP_MAC API
Richard Levitte
14
-3
/
+713
2018-10-29
Rework and simplify resource flow in drbg_add
Bernd Edlinger
2
-24
/
+6
2018-10-28
randfile.c: fix a Coverity warning
Dr. Matthias St. Pierre
1
-1
/
+1
2018-10-28
Timing vulnerability in ECDSA signature generation (CVE-2018-0735)
Pauli
1
-3
/
+3
2018-10-28
Timing vulnerability in DSA signature generation (CVE-2018-0734).
Pauli
1
-13
/
+15
[next]