index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not silently truncate files on perlasm errors
David Benjamin
2020-01-22
162
-162
/
+162
*
Russian Elbrus processors support
Dmitry Belyavskiy
2020-01-22
1
-0
/
+1
*
Add missing files to generated
Rich Salz
2020-01-22
3
-2
/
+29
*
Fix some missing doc links.
Rich Salz
2020-01-22
28
-76
/
+75
*
Document the SSL_CTX_with_libctx() function
Matt Caswell
2020-01-22
1
-16
/
+30
*
Introduce SSL_CTX_new_with_libex()
Matt Caswell
2020-01-22
4
-8
/
+30
*
PROV: Add support for error queue marks and implement in FIPS module
Richard Levitte
2020-01-21
3
-18
/
+75
*
EVP: clear error when falling back from failed EVP_KEYMGMT_fetch()
Richard Levitte
2020-01-21
4
-17
/
+101
*
Fix unwind info in crypto/rc4/asm/rc4-x86_64.pl
H.J. Lu
2020-01-20
1
-2
/
+5
*
Implement the NULL cipher in the default provider
Matt Caswell
2020-01-20
5
-1
/
+121
*
Convert rand_bytes_ex and rand_priv_bytes_ex to public functions
Matt Caswell
2020-01-20
13
-69
/
+48
*
Don't register drbg_delete_thread_state twice
Matt Caswell
2020-01-20
1
-2
/
+12
*
Fix init_thread_stop
Matt Caswell
2020-01-20
1
-5
/
+10
*
libssl: Eliminate as much use of EVP_PKEY_size() as possible
Matt Caswell
2020-01-19
3
-64
/
+40
*
libcrypto: Eliminate as much use of EVP_PKEY_size() as possible
Richard Levitte
2020-01-19
3
-4
/
+10
*
APPS & TEST: Eliminate as much use of EVP_PKEY_size() as possible
Richard Levitte
2020-01-19
2
-11
/
+10
*
mdc2: use evp_test instead of a separate test application.
Pauli
2020-01-19
4
-24
/
+45
*
apps: Fix deprecation conditional in speed.c
Pauli
2020-01-19
1
-1
/
+1
*
Deprecate the low level IDEA functions.
Pauli
2020-01-19
14
-51
/
+111
*
idea: fix preprocessor indention
Pauli
2020-01-19
1
-18
/
+18
*
param_bld: add a padded BN call.
Pauli
2020-01-19
4
-12
/
+49
*
TODO: undo md5.h and sha.h changes temporarily
Pauli
2020-01-19
3
-103
/
+84
*
Deprecate the low level MD5 functions.
Pauli
2020-01-19
15
-33
/
+66
*
Deprecate the low level SHA functions.
Pauli
2020-01-19
26
-141
/
+292
*
sha: fix preprocessor indentation
Pauli
2020-01-19
1
-4
/
+4
*
Add GNU properties note for Intel CET in x86_64-xlate.pl
Richard Levitte
2020-01-18
1
-0
/
+21
*
EVP: Add evp_pkey_make_provided() and refactor around it
Richard Levitte
2020-01-18
7
-129
/
+227
*
CORE: renumber OSSL_FUNC_KEYMGMT macros
Richard Levitte
2020-01-17
1
-18
/
+18
*
DSA: Move DSA_security_bits() and DSA_bits()
Richard Levitte
2020-01-17
1
-12
/
+11
*
Add CHANGES entry regarding the documentation of EVP_PKEY_size() et al
Richard Levitte
2020-01-17
1
-0
/
+6
*
DOC: Make EVP_SignInit.pod conform with man-pages(7)
Richard Levitte
2020-01-17
1
-11
/
+11
*
DOC: New file for EVP_PKEY_size(), EVP_PKEY_bits() and EVP_PKEY_security_bits()
Richard Levitte
2020-01-17
3
-20
/
+85
*
TEST: Adapt test/evp_pkey_provided_test.c to check the key size
Richard Levitte
2020-01-17
1
-2
/
+8
*
PROV: Adapt the RSA, DSA and DH KEYMGMT implementations
Richard Levitte
2020-01-17
3
-4
/
+99
*
EVP: make EVP_PKEY_{bits,security_bits,size} work with provider only keys
Richard Levitte
2020-01-17
8
-27
/
+225
*
Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods too
Richard Levitte
2020-01-17
13
-18
/
+76
*
For all assembler scripts where it matters, recognise clang > 9.x
Richard Levitte
2020-01-17
22
-22
/
+22
*
Build file templates: Use explicit files instead of $< or $? for pods
Richard Levitte
2020-01-17
3
-8
/
+12
*
news: combined NEWS entry for deprecated low level cipher functions
Pauli
2020-01-17
1
-0
/
+2
*
changes: combined CHANGES entry for deprecated low level cipher functions.
Pauli
2020-01-17
1
-33
/
+32
*
Add duplication APIs to ASN1_TIME and related types
Paul Yang
2020-01-17
7
-1
/
+87
*
Digest function deprecation CHANGES.
Pauli
2020-01-16
2
-0
/
+22
*
Update SSL_CTX_sess_set_new_cb(3) docs for refcounts
Benjamin Kaduk
2020-01-16
1
-6
/
+12
*
Move the stored namemap pre-population to namemap construction
Richard Levitte
2020-01-16
2
-96
/
+105
*
Add doc for TS_VERIFY_CTX_set_certs()
Paul Yang
2020-01-16
4
-2
/
+58
*
PROV: Adapt the DSA keymgmt implementation to no ex_fields
Richard Levitte
2020-01-15
1
-4
/
+2
*
CRYPTO: Remove support for ex_data fields when building the FIPS module
Richard Levitte
2020-01-15
9
-9
/
+30
*
Deprecate the low level RC5 functions
Pauli
2020-01-15
14
-38
/
+111
*
rc5: fix preprocessor indentation
Pauli
2020-01-15
1
-12
/
+12
*
Deprecate the low level RC4 functions
Pauli
2020-01-15
15
-22
/
+79
[next]