index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
missingcrypto.txt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implementation of the RFC 9579, PBMAC1 in PKCS#12 - documentation
Dmitry Belyavskiy
2024-08-07
1
-1
/
+0
*
Add documentation for deprecated CMAC_CTX functions
erbsland-dev
2024-07-10
1
-9
/
+0
*
Add missing documentation for X509_ATTRIBUTE related functions.
slontis
2024-01-03
1
-58
/
+0
*
LHASH: Document down_load functions
Hugo Landau
2023-12-13
1
-3
/
+0
*
man: update missingcrypto.txt file
Matthias St. Pierre
2023-08-30
1
-11
/
+0
*
PKCS12 - Add additional libctx and propq support.
slontis
2023-01-16
1
-2
/
+0
*
Documentation for EVP_PKEY_CTX_get0_pkey() and EVP_PKEY_CTX_get0_peerkey().
Nikhil Bisht
2023-01-10
1
-2
/
+0
*
BIO_s_dgram: add documentation and hazard warnings
Hugo Landau
2022-12-15
1
-2
/
+0
*
Add doc for EVP_ASYM_CIPHER-RSA and clean up OSSL_PROVIDER-FIPS.pod.
slontis
2022-11-18
1
-37
/
+0
*
Add brotli compression support (RFC7924)
Todd Short
2022-10-18
1
-10
/
+0
*
Add documentation for the OPENSSL_gmtime functions
Todd Short
2022-09-26
1
-3
/
+0
*
Add documentation and test for EVP_PBE_alg_add
Daniel Fiala
2022-09-16
1
-2
/
+0
*
Add support for loading root CAs from Windows crypto API
Hugo Landau
2022-09-14
1
-4
/
+0
*
Fix many inconsistencies in doc of CMS_verify() and PKC7_verify() etc.
Dr. David von Oheimb
2022-09-02
1
-2
/
+0
*
add missing doc of X509_REQ_get_extensions() and X509_REQ_add_extensions{,_ni...
Dr. David von Oheimb
2022-08-24
1
-3
/
+0
*
Add some documentation for X509_gmtime_adj()
Matt Caswell
2022-08-18
1
-1
/
+0
*
CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()
Dr. David von Oheimb
2022-06-28
1
-1
/
+0
*
Added documentation for PEM_X509_INFO_read() and PEM_X509_INFO_read_bio()
Allan
2022-06-24
1
-2
/
+0
*
X509{,_LOOKUP}: Improve distinction between not found and fatal/internal error
Dr. David von Oheimb
2022-05-04
1
-2
/
+0
*
Add documentation of BN_mod_sqrt()
Tomas Mraz
2022-03-15
1
-1
/
+0
*
Document purpose and trust setting functions
Matt Caswell
2022-01-27
1
-3
/
+0
*
DOC: Add a few previously documented functions
Richard Levitte
2021-11-23
1
-4
/
+0
*
Add documentation for the newly added OBJ up calls
Matt Caswell
2021-06-16
1
-1
/
+0
*
Add documentation for newly added ASN1 functions
Matt Caswell
2021-06-05
1
-4
/
+0
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-2
/
+0
*
Enhance the encoder/decoder tests to allow testing with a non-default library...
Jon Spillett
2021-06-01
1
-2
/
+0
*
Document Settable EVP_CIPHER_CTX parameter "use-bits"
Shane Lontis
2021-06-01
1
-3
/
+0
*
Cleanup the missing*.txt files
Matt Caswell
2021-05-21
1
-15
/
+0
*
X509_STORE_CTX_get1_issuer(): Simplify code, reducing risk of failure
Dr. David von Oheimb
2021-05-19
1
-1
/
+0
*
Add doc for ERR_clear_last_mark().
Shane Lontis
2021-05-17
1
-1
/
+0
*
HTTP client: Minimal changes that include the improved API
Dr. David von Oheimb
2021-05-12
1
-1
/
+0
*
Remove all trace of FIPS_mode functions
Rich Salz
2021-05-06
1
-2
/
+0
*
Add library context and property query support into the PKCS12 API
Jon Spillett
2021-04-30
1
-45
/
+0
*
OPENSSL_sk functions are effectively already documented
Tomas Mraz
2021-04-28
1
-24
/
+0
*
Dual 1024-bit exponentiation optimization for Intel IceLake CPU
Andrey Matyukov
2021-03-22
1
-2
/
+0
*
Non-const accessor to legacy keys
Dmitry Belyavskiy
2021-03-09
1
-1
/
+0
*
OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment components
Dr. David von Oheimb
2021-03-01
1
-1
/
+0
*
Document OPENSSL_LH_flush()
Matt Caswell
2021-02-22
1
-9
/
+0
*
Add docs for ASN1_item_sign and ASN1_item_verify functions
Shane Lontis
2021-02-15
1
-6
/
+0
*
Deprecate OCSP_xxx API for OSSL_HTTP_xxx
Rich Salz
2021-01-19
1
-5
/
+5
*
Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed cert
Dr. David von Oheimb
2021-01-13
1
-1
/
+0
*
APPS: Allow OPENSSL_CONF to be empty, not loading a config file
Dr. David von Oheimb
2021-01-13
1
-1
/
+0
*
Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1
Dr. David von Oheimb
2021-01-13
1
-1
/
+0
*
Document OCSP_REQ_CTX_i2d.
Rich Salz
2020-12-15
1
-1
/
+0
*
DOCS: Improve documentation of the EVP_PKEY type
Richard Levitte
2020-12-13
1
-1
/
+0
*
EVP: Add EVP_PKEY_get_group_name() to extract the group name of a pkey
Richard Levitte
2020-12-08
1
-2
/
+0
*
Modify the ERR init functions to use the internal ERR string loaders
Richard Levitte
2020-11-24
1
-5
/
+0
*
Add documentation for EVP_PKEY2PKCS8/EVP_PKCS82PKEY
Shane Lontis
2020-11-16
1
-3
/
+0
*
Remove EVP_aes_(128|192|256)_siv functions
Pauli
2020-10-22
1
-3
/
+0
*
Document EVP_PKEY_set1_encoded_public_key()
Matt Caswell
2020-10-20
1
-2
/
+0
[next]