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