summaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell2020-10-204-9/+11
* list: add a -provider-info option.Pauli2020-10-161-0/+9
* Update copyright yearMatt Caswell2020-10-1528-28/+28
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-152-7/+7
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-1583-244/+244
* Make evp_pkey_ctx_get0_libctx/propq public APIMatt Caswell2020-10-151-0/+45
* Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri2020-10-141-7/+34
* Document how deprecation should be doneRichard Levitte2020-10-122-1/+227
* ENCODER / DECODER: Add functions to encode/decode to/from a bufferRichard Levitte2020-10-102-7/+32
* Expose PKCS7_get_octet_string and PKCS7_type_is_otherJordan Montgomery2020-10-082-0/+82
* rsa: add ossl_ prefix to internal rsa_ calls.Pauli2020-10-071-11/+11
* doc: remove duplicated code in examplePauli2020-10-061-4/+0
* DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-10-041-3/+10
* Fix some things the rename script didn't quite get rightMatt Caswell2020-10-018-7/+7
* Run the withlibctx.pl scriptMatt Caswell2020-10-0140-380/+362
* der: _ossl prefix DER functionsPauli2020-10-014-47/+48
* Implement treatment of id-pkix-ocsp-no-check extension for OCSP_basic_verify()Dr. David von Oheimb2020-09-261-0/+2
* OCSP_resp_find_status.pod: Slightly improve the documentation of various flagsDr. David von Oheimb2020-09-261-10/+11
* OCSP_resp_find_status.pod: Replace function arg references B<...> by I<...>Dr. David von Oheimb2020-09-261-51/+51
* en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch2020-09-251-5/+19
* Remove openssl provider appShane Lontis2020-09-254-92/+1
* Update openssl list to support new provider objects.Shane Lontis2020-09-251-7/+35
* Add EVP_ASYM_CIPHER_gettable_ctx_params() and EVP_ASYM_CIPHER_settable_ctx_pa...Shane Lontis2020-09-251-1/+12
* Add EVP_KEM_gettable_ctx_params() and EVP_KEM_settable_ctx_params()Shane Lontis2020-09-251-1/+12
* Document the provider side SM2 Asymmetric Cipher supportMatt Caswell2020-09-254-2/+55
* EVP: Enforce that EVP_PKEY_set_alias_type() only works with legacy keysRichard Levitte2020-09-251-1/+10
* Hide ECX_KEY againRichard Levitte2020-09-252-40/+52
* drbg: revert renamings of the generate and reseed counterDr. Matthias St. Pierre2020-09-236-6/+6
* Fix EVP_KDF_scrypt so that is uses a propq for its fetch.Shane Lontis2020-09-231-2/+9
* kdf/mac: add name query calls for KDFs and MACsPauli2020-09-232-2/+16
* Add a "random" configuration section.Pauli2020-09-232-0/+93
* DOC: remove OPENSSL_CTX from OSSL_DECODER_CTX_newDaniel Bevenius2020-09-231-1/+1
* rand: reference count the EVP_RAND contexts.Pauli2020-09-231-0/+1
* Add const to 'ppin' function parameterolszomal2020-09-212-4/+6
* DOC: POD syntax fixes in doc/man1/openssl-cmp.pod.inRichard Levitte2020-09-211-0/+5
* Fixed EVP_MAC_final argument count in exampleozppupbg2020-09-211-5/+5
* DECODER: Some cleanups, and aligning with OSSL_ENCODERRichard Levitte2020-09-203-246/+233
* TEST: Adapt applicable tests to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-09-201-2/+10
* ENCODER: Refactor the OSSL_ENCODER API to be more like OSSL_DECODERRichard Levitte2020-09-204-113/+215
* ENCODER: Redefine the libcrypto <-> provider interfaceRichard Levitte2020-09-201-87/+144
* Add KEM (Key encapsulation mechanism) support to providersShane Lontis2020-09-199-1/+589
* Update the EdDSA docs with information about Algorithm IdentifiersMatt Caswell2020-09-181-0/+13
* Add option to fipsinstall to disable fips security checks at run time.Shane Lontis2020-09-182-11/+47
* s_client.pod: Fix grammar in NOTES section.Alexander Borkowski2020-09-181-1/+1
* Add selftest callback to CRNG output testShane Lontis2020-09-172-1/+12
* EC_KEY: add EC_KEY_decoded_from_explicit_params()Tomas Mraz2020-09-171-1/+7
* Document 2 newly added functionsMatt Caswell2020-09-172-1/+26
* undeprecate EVP_PKEY_cmp and EVP_PKEY_cmp_parametersTim Hudson2020-09-161-6/+11
* Add self tests for rsa encryptionShane Lontis2020-09-161-0/+10
* EVP: Add the internal convenience function evp_keymgmt_util_export()Richard Levitte2020-09-121-0/+6