index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the EC code available from inside the FIPS provider
Matt Caswell
2019-08-06
32
-195
/
+470
*
Fix deprecation inconsisteny w.r.t. CRYPTO_mem_debug_{push,pop}()
David von Oheimb
2019-08-04
1
-0
/
+2
*
Replace FUNCerr with ERR_raise_data
Rich Salz
2019-08-02
8
-51
/
+76
*
Use NULL as parameter when pointer can only be NULL.
Pauli
2019-08-02
1
-1
/
+1
*
Add missing accessors for X509 AuthorityKeyIdentifier
Dr. Matthias St. Pierre
2019-08-01
1
-0
/
+14
*
Load the config file by default
Matt Caswell
2019-08-01
7
-49
/
+104
*
Prevent an infinite recursion when the query cache is flushed.
Pauli
2019-08-01
1
-1
/
+1
*
The query cache has been updated to not depend on RAND_bytes being available.
Pauli
2019-08-01
1
-31
/
+38
*
Fix warning C4164 in MSVC.
joe2018Outlookcom
2019-07-31
1
-0
/
+1
*
make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSA
David von Oheimb
2019-07-31
7
-4
/
+36
*
Add gcm ciphers (aes and aria) to providers.
Shane Lontis
2019-07-31
4
-4
/
+19
*
ERR: fix err_data_size inconsistencies
Richard Levitte
2019-07-31
2
-4
/
+4
*
Rename X509_STORE ptr stored in opaque struct X509_STORE_CTX
Shane Lontis
2019-07-31
3
-8
/
+8
*
Add evp_util macros
Shane Lontis
2019-07-31
6
-30
/
+73
*
CAdES : lowercase name for now internal methods.
FdaSilvaYY
2019-07-31
5
-11
/
+34
*
Refactor provider support for reporting errors
Richard Levitte
2019-07-31
2
-58
/
+67
*
ERR: Remove ERR_put_func_error() and reimplement ERR_put_error() as a macro
Richard Levitte
2019-07-31
1
-38
/
+0
*
ERR: Add new building blocks for reporting errors
Richard Levitte
2019-07-31
2
-1
/
+114
*
ERR: refactor useful inner macros to err_locl.h. Add function name field
Richard Levitte
2019-07-31
2
-43
/
+70
*
Fix BIO_printf format warnings
Bernd Edlinger
2019-07-30
1
-1
/
+1
*
Document the provider CIPHER operation
Matt Caswell
2019-07-30
1
-3
/
+2
*
ERR: re-use the err_data field when possible
Richard Levitte
2019-07-30
1
-32
/
+74
*
s390x assembly pack: use getauxval to detect hw capabilities
Patrick Steuer
2019-07-26
1
-32
/
+63
*
Add functions to see if a provider is available for use.
Richard Levitte
2019-07-26
2
-41
/
+65
*
Remove OPENSSL_X509V3_H include detector from openssl/cms.h
Dr. Matthias St. Pierre
2019-07-24
1
-3
/
+0
*
Remove HEADER_BSS_FILE_C module include guard
Dr. Matthias St. Pierre
2019-07-24
1
-33
/
+28
*
Enforce a minimum DH modulus size of 512 bits
Bernd Edlinger
2019-07-24
5
-0
/
+24
*
Adapt DH to use with KEYMGMT
Richard Levitte
2019-07-23
13
-167
/
+112
*
Remove some utilities from the core to provider interface
Matt Caswell
2019-07-23
4
-138
/
+121
*
Make rand_pool buffers more dynamic in their sizing.
Pauli
2019-07-23
3
-5
/
+63
*
Avoid double clearing some BIGNUMs
Pauli
2019-07-23
1
-11
/
+9
*
Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhere
Richard Levitte
2019-07-23
2
-7
/
+7
*
Add EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()
Richard Levitte
2019-07-23
2
-0
/
+18
*
Add internal function evp_generic_do_all()
Richard Levitte
2019-07-23
2
-0
/
+45
*
Refactor ossl_method_construct() in terms of ossl_algorithm_do_all()
Richard Levitte
2019-07-23
1
-44
/
+34
*
Add internal function ossl_algorithm_do_all()
Richard Levitte
2019-07-23
2
-1
/
+77
*
Add OSSL_PROVIDER_name()
Richard Levitte
2019-07-23
1
-0
/
+5
*
Add EVP_MD_provider() and EVP_CIPHER_provider()
Richard Levitte
2019-07-23
1
-0
/
+10
*
Re-implement EVP_MD_name() and EVP_CIPHER_name() as functions
Richard Levitte
2019-07-23
1
-0
/
+22
*
Add a mechnism to save the name of fetched methods
Richard Levitte
2019-07-23
9
-13
/
+41
*
Remove superfluous call to OPENSSL_cpuid_setup
Patrick Steuer
2019-07-22
1
-3
/
+0
*
Change DH parameters to generate the order q subgroup instead of 2q
Bernd Edlinger
2019-07-22
3
-58
/
+47
*
Deprecate SYSerr, add new FUNCerr macro
Rich Salz
2019-07-22
9
-34
/
+35
*
Add ERR_put_func_error, and use it.
Rich Salz
2019-07-22
9
-41
/
+41
*
Allocate DRBG additional data pool from non-secure memory
Bernd Edlinger
2019-07-22
5
-14
/
+31
*
x509: publish X509_PUBKEY_dup
Dr. Matthias St. Pierre
2019-07-22
2
-3
/
+1
*
Add an internal API to access the KEYMGMT provider functions
Richard Levitte
2019-07-22
2
-0
/
+113
*
Add evp_keymgmt_clear_pkey_cache() and use it
Richard Levitte
2019-07-22
3
-8
/
+25
*
Adapt int_ctx_new() to use with providers
Richard Levitte
2019-07-22
1
-2
/
+14
*
Add evp_keymgmt_export_to_provider(), for key transfer between providers
Richard Levitte
2019-07-22
4
-2
/
+206
[next]