index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check for integer overflow in i2a_ASN1_OBJECT and error out if found.
Pauli
2021-04-07
2
-1
/
+2
*
Deprecate the EVP_PKEY controls for CMS and PKCS#7
Tomas Mraz
2021-04-06
1
-6
/
+8
*
EVP: Add EVP_<TYPE>_description()
Richard Levitte
2021-04-02
2
-0
/
+11
*
Add OSSL_STORE_LOADER_description()
Richard Levitte
2021-04-02
1
-0
/
+1
*
Add OSSL_DECODER_description() and OSSL_ENCODER_description()
Richard Levitte
2021-04-02
2
-0
/
+2
*
CORE: Add an algorithm_description field to OSSL_ALGORITHM
Richard Levitte
2021-04-02
3
-2
/
+7
*
Corrected missing definitions from NonStop SPT build.
Randall S. Becker
2021-04-01
1
-2
/
+10
*
Add "save-parameters" encoder parameter
Tomas Mraz
2021-04-01
1
-0
/
+1
*
EVP_CIPHER_type: fix misleading argument name
Tomas Mraz
2021-04-01
1
-1
/
+1
*
Add a range check (from SP800-56Ar3) to DH key derivation.
Shane Lontis
2021-04-01
4
-1
/
+5
*
HTTP: Fix method_POST param by moving it to OSSL_HTTP_REQ_CTX_set_request_line()
Dr. David von Oheimb
2021-03-31
2
-5
/
+5
*
Added guarding #ifndef/#define to avoid duplicate include of crypto/types.h
Randall S. Becker
2021-03-31
1
-4
/
+10
*
Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITS
Matt Caswell
2021-03-30
1
-0
/
+2
*
Fix typo in bio.h.in
Nan Xiao
2021-03-29
1
-1
/
+1
*
Implement EVP_PKEY_dup() function
Tomas Mraz
2021-03-28
4
-0
/
+5
*
Fix Build issue on Oracle Linux x64
Shane Lontis
2021-03-28
1
-2
/
+0
*
HTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_CTX_set1_req()
Dr. David von Oheimb
2021-03-26
2
-3
/
+3
*
EVP_PKCS82PKEY: Create provided keys if possible
Tomas Mraz
2021-03-25
1
-0
/
+2
*
Fix a windows build break
FdaSilvaYY
2021-03-24
1
-2
/
+2
*
Fix usages of const EVP_MD.
Shane Lontis
2021-03-22
3
-0
/
+6
*
Dual 1024-bit exponentiation optimization for Intel IceLake CPU
Andrey Matyukov
2021-03-22
1
-0
/
+5
*
Make ossl_d2i_PUBKEY_legacy() completely libcrypto internal
Richard Levitte
2021-03-19
1
-4
/
+0
*
Make evp_privatekey_from_binary() completely libcrypto internal
Richard Levitte
2021-03-19
1
-4
/
+0
*
PROV: Add type specific MSBLOB and PVK decoding for the MS->key decoders
Richard Levitte
2021-03-19
3
-1
/
+24
*
PROV: Add type specific PKCS#8 decoding to the DER->key decoders
Richard Levitte
2021-03-19
7
-1
/
+46
*
PROV: Add type specific SubjectPublicKeyInfo decoding to the DER->key decoders
Richard Levitte
2021-03-19
1
-0
/
+24
*
Added functions for printing EVP_PKEYs to FILE *
Tomas Mraz
2021-03-19
1
-0
/
+12
*
Add ossl_pkcs5_pbkdf2_hmac_ex symbol
Shane Lontis
2021-03-18
1
-4
/
+5
*
Add ossl_ x509 symbols
Shane Lontis
2021-03-18
1
-16
/
+14
*
Add ossl_lhash symbols
Shane Lontis
2021-03-18
1
-1
/
+1
*
Add ossl_bn_group symbols
Shane Lontis
2021-03-18
1
-10
/
+10
*
Add ossl_sa symbols
Shane Lontis
2021-03-18
1
-34
/
+37
*
Add ossl_ symbols for sm3 and sm4
Shane Lontis
2021-03-18
2
-6
/
+6
*
Add ossl_siv symbols
Shane Lontis
2021-03-18
1
-21
/
+18
*
Add ossl_aria symbols
Shane Lontis
2021-03-18
1
-6
/
+6
*
Add ossl_ conf symbols
Shane Lontis
2021-03-18
3
-5
/
+5
*
Add ossl_ ecx symbols
Shane Lontis
2021-03-18
1
-28
/
+37
*
Add ossl_v3 symbols
Shane Lontis
2021-03-18
1
-2
/
+2
*
Add ossl_rsa symbols
Shane Lontis
2021-03-18
1
-9
/
+9
*
Add ossl_encode symbols
Shane Lontis
2021-03-18
1
-3
/
+3
*
Add ossl_asn1 symbols
Shane Lontis
2021-03-18
4
-27
/
+27
*
Add ossl_rand symbols
Shane Lontis
2021-03-18
2
-23
/
+23
*
Fix misc external ossl_ symbols.
Shane Lontis
2021-03-18
2
-5
/
+5
*
Fix external symbols for crypto_*
Shane Lontis
2021-03-18
1
-11
/
+11
*
TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS func
Dr. David von Oheimb
2021-03-18
7
-15
/
+19
*
TS ESS: Invert the search logic of ts_check_signing_certs() to correctly cove...
Dr. David von Oheimb
2021-03-18
1
-0
/
+2
*
ASN1: add an internal header to validate Unicode ranges
Beat Bolli
2021-03-18
1
-0
/
+31
*
Fix a TODO(3.0) in the siphash code
Matt Caswell
2021-03-17
1
-0
/
+19
*
property: default queries create the property values.
Pauli
2021-03-16
1
-1
/
+2
*
Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.
Shane Lontis
2021-03-15
1
-0
/
+1
[next]