aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2020-10-20Deprecate EVP_PKEY_set1_tls_encodedpoint()Matt Caswell1-11/+28
2020-10-20Document EVP_PKEY_set1_encoded_public_key()Matt Caswell1-0/+125
2020-10-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell4-9/+11
2020-10-16list: add a -provider-info option.Pauli1-0/+9
2020-10-15Update copyright yearMatt Caswell28-28/+28
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2-7/+7
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre83-244/+244
2020-10-15Make evp_pkey_ctx_get0_libctx/propq public APIMatt Caswell1-0/+45
2020-10-14Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri1-7/+34
2020-10-12Document how deprecation should be doneRichard Levitte2-1/+227
2020-10-10ENCODER / DECODER: Add functions to encode/decode to/from a bufferRichard Levitte2-7/+32
2020-10-08Expose PKCS7_get_octet_string and PKCS7_type_is_otherJordan Montgomery2-0/+82
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli1-11/+11
2020-10-06doc: remove duplicated code in examplePauli1-4/+0
2020-10-04DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte1-3/+10
2020-10-01Fix some things the rename script didn't quite get rightMatt Caswell8-7/+7
2020-10-01Run the withlibctx.pl scriptMatt Caswell40-380/+362
2020-10-01der: _ossl prefix DER functionsPauli4-47/+48
2020-09-26Implement treatment of id-pkix-ocsp-no-check extension for OCSP_basic_verify()Dr. David von Oheimb1-0/+2
2020-09-26OCSP_resp_find_status.pod: Slightly improve the documentation of various flagsDr. David von Oheimb1-10/+11
2020-09-26OCSP_resp_find_status.pod: Replace function arg references B<...> by I<...>Dr. David von Oheimb1-51/+51
2020-09-26en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch1-5/+19
2020-09-26Remove openssl provider appShane Lontis4-92/+1
2020-09-26Update openssl list to support new provider objects.Shane Lontis1-7/+35
2020-09-26Add EVP_ASYM_CIPHER_gettable_ctx_params() and EVP_ASYM_CIPHER_settable_ctx_pa...Shane Lontis1-1/+12
2020-09-26Add EVP_KEM_gettable_ctx_params() and EVP_KEM_settable_ctx_params()Shane Lontis1-1/+12
2020-09-25Document the provider side SM2 Asymmetric Cipher supportMatt Caswell4-2/+55
2020-09-25EVP: Enforce that EVP_PKEY_set_alias_type() only works with legacy keysRichard Levitte1-1/+10
2020-09-25Hide ECX_KEY againRichard Levitte2-40/+52
2020-09-23drbg: revert renamings of the generate and reseed counterDr. Matthias St. Pierre6-6/+6
2020-09-23Fix EVP_KDF_scrypt so that is uses a propq for its fetch.Shane Lontis1-2/+9
2020-09-23kdf/mac: add name query calls for KDFs and MACsPauli2-2/+16
2020-09-23Add a "random" configuration section.Pauli2-0/+93
2020-09-23DOC: remove OPENSSL_CTX from OSSL_DECODER_CTX_newDaniel Bevenius1-1/+1
2020-09-23rand: reference count the EVP_RAND contexts.Pauli1-0/+1
2020-09-21Add const to 'ppin' function parameterolszomal2-4/+6
2020-09-21DOC: POD syntax fixes in doc/man1/openssl-cmp.pod.inRichard Levitte1-0/+5
2020-09-21Fixed EVP_MAC_final argument count in exampleozppupbg1-5/+5
2020-09-20DECODER: Some cleanups, and aligning with OSSL_ENCODERRichard Levitte3-246/+233
2020-09-20TEST: Adapt applicable tests to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte1-2/+10
2020-09-20ENCODER: Refactor the OSSL_ENCODER API to be more like OSSL_DECODERRichard Levitte4-113/+215
2020-09-20ENCODER: Redefine the libcrypto <-> provider interfaceRichard Levitte1-87/+144
2020-09-19Add KEM (Key encapsulation mechanism) support to providersShane Lontis9-1/+589
2020-09-18Update the EdDSA docs with information about Algorithm IdentifiersMatt Caswell1-0/+13
2020-09-18Add option to fipsinstall to disable fips security checks at run time.Shane Lontis2-11/+47
2020-09-18s_client.pod: Fix grammar in NOTES section.Alexander Borkowski1-1/+1
2020-09-18Add selftest callback to CRNG output testShane Lontis2-1/+12
2020-09-17EC_KEY: add EC_KEY_decoded_from_explicit_params()Tomas Mraz1-1/+7
2020-09-17Document 2 newly added functionsMatt Caswell2-1/+26
2020-09-16undeprecate EVP_PKEY_cmp and EVP_PKEY_cmp_parametersTim Hudson1-6/+11