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
*
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
*
Fix some things the rename script didn't quite get right
Matt Caswell
2020-10-01
1
-3
/
+3
*
STORE: Move the built-in 'file:' loader to become an engine module
Richard Levitte
2020-09-03
1
-0
/
+1
*
Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE
Richard Levitte
2020-08-21
1
-8
/
+8
*
Add libctx and propq param to ASN.1 sign/verify/HMAC/decrypt
Dr. David von Oheimb
2020-08-21
1
-0
/
+2
*
Document EVP_CIPHER_CTX IV accessors
Benjamin Kaduk
2020-08-11
1
-3
/
+0
*
Add some of the missing CMS API documentation
Shane Lontis
2020-08-09
1
-11
/
+0
*
Change CMS tests to use a library context.
Shane Lontis
2020-08-09
1
-0
/
+5
*
DESERIALIZER: Add foundation for deserializers
Richard Levitte
2020-07-24
1
-0
/
+1
*
Missing documentation missing, let's note that down
Richard Levitte
2020-06-22
1
-0
/
+5
*
DOCS: add openssl-core_numbers.h(7)
Richard Levitte
2020-05-29
1
-1
/
+0
*
Fix small documentation issues
Nikolay Morozov
2020-05-18
1
-2
/
+0
*
Add documentation for ASN1_INTEGER_new() and ASN1_INTEGER_free()
Nikolay Morozov
2020-05-14
1
-2
/
+0
*
Add documentation for CMS_EnvelopedData_create()
Jakub Zelenka
2020-05-07
1
-1
/
+0
*
DOC: Refactor provider-keymgmt(7) to give the keytypes their own pages
Richard Levitte
2020-04-20
1
-0
/
+4
*
Document the new libctx aware private key functions
Matt Caswell
2020-04-15
1
-2
/
+0
*
Initialize files that declare internal symbols
Richard Levitte
2020-04-11
1
-3
/
+0
*
Add manpage entry for X509_check_purpose()
Jake Maynard
2020-04-11
1
-1
/
+0
*
EVP & TLS: Add necessary EC_KEY data extraction functions, and use them
Richard Levitte
2020-04-08
1
-0
/
+2
*
PROV: Add the beginning of a DER writing library
Richard Levitte
2020-04-07
1
-0
/
+3
*
Chunk 10 of CMP contribution to OpenSSL: CMP http client and related tests
Dr. David von Oheimb
2020-04-02
1
-1
/
+0
*
Document various SRP related APIs
Matt Caswell
2020-03-27
1
-6
/
+0
*
EVP: Add EVP_PKEY_set_type_by_keymgmt() and use it
Richard Levitte
2020-03-25
1
-2
/
+0
*
Chunk 9 of CMP contribution to OpenSSL: CMP client and related tests
Dr. David von Oheimb
2020-03-25
1
-3
/
+0
*
Add support for passing the libctx to the config loader
Shane Lontis
2020-03-20
1
-4
/
+0
*
DOCS: Add missing documentation in util/missingcrypto.txt
Richard Levitte
2020-03-10
1
-0
/
+39
*
Documenting newly added CMS modification
Dmitry Belyavskiy
2020-03-03
1
-2
/
+0
*
x509v3 subjectSignTool extention support
Nikolay Morozov
2020-02-28
1
-8
/
+0
*
DOC: Add documentation related to X509_LOOKUPs
Richard Levitte
2020-02-18
1
-10
/
+0
*
add internal doc files actually belonging to CMP contribution chunk 6
Dr. David von Oheimb
2020-02-17
1
-1
/
+0
*
Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.c
Dr. David von Oheimb
2020-02-10
1
-2
/
+1
*
Temporariy add ASN1_item_verify_ctx() missingcrypto.txt
Matt Caswell
2020-02-07
1
-0
/
+1
*
Don't ignore ASN1 when checking for undocumented symbols
Matt Caswell
2020-02-07
1
-0
/
+150
*
New functions for PKCS8 attributes management - documentation
Dmitry Belyavskiy
2020-01-24
1
-2
/
+0
*
Re-remove TS_VERIFY_CTX_set_certs entry from missingcrypto.txt
Shane Lontis
2020-01-23
1
-1
/
+0
[next]