aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-10-21Work around Windows ftell() bug as per Microsoft engineering's suggestionRichard Levitte1-0/+9
2020-10-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell3-23/+18
2020-10-19Fix no-dhMatt Caswell1-3/+2
2020-10-19DH: have DH_set_length() increment the dirty count.Richard Levitte1-0/+1
2020-10-19DH: make the private key length importable / exportableRichard Levitte4-20/+84
2020-10-17ENCODER & DECODER: set params on all encoder/decoder instances, unconditionallyRichard Levitte2-4/+6
2020-10-15Update copyright yearMatt Caswell33-33/+33
2020-10-15Changing X509at_get0_data_by_OBJ to expect const stack of X509_ATTRIBUTEAkshit Akhoury1-1/+1
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre15-37/+37
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre136-551/+562
2020-10-15Make evp_pkey_ctx_get0_libctx/propq public APIMatt Caswell2-5/+4
2020-10-15Remove CMS recipient info information out of the algorithm implementationsMatt Caswell5-26/+14
2020-10-15Move CMS signing code out of the algorithms and into CMSMatt Caswell11-155/+170
2020-10-15Move CMS enveloping code out of the algorithms and into CMSMatt Caswell14-898/+1024
2020-10-15Remove a CMS key downgradeMatt Caswell1-46/+0
2020-10-14[ssl] Support ssl_encapsulate on server sideNicola Tuveri1-0/+1
2020-10-14[ssl] Support ssl_decapsulate on client sideNicola Tuveri1-0/+1
2020-10-13EVP: Take care of locks when downgrading an EVP_PKEYRichard Levitte1-13/+48
2020-10-12vms: move otherwise dead code into the VMS relevant path.Pauli1-2/+5
2020-10-10Adapt some code to OSSL_ENCODER_to_data() / OSSL_DECODER_from_data()Richard Levitte3-37/+19
2020-10-10ENCODER / DECODER: Add functions to encode/decode to/from a bufferRichard Levitte2-0/+69
2020-10-08Set mark and pop error in d2i_PrivateKey_exDaniel Bevenius1-2/+11
2020-10-08Fix zero-length content verification in S/MIME formatDmitry Belyavskiy2-2/+2
2020-10-08Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb3-18/+39
2020-10-08Allow to continue on UNABLE_TO_VERIFY_LEAF_SIGNATUREAndré Klitzing1-3/+9
2020-10-08Fix the decoder start type handlingMatt Caswell1-1/+1
2020-10-08Expose PKCS7_get_octet_string and PKCS7_type_is_otherJordan Montgomery1-2/+2
2020-10-08ERR: fix comment typo in err.cDaniel Bevenius1-1/+1
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli19-228/+234
2020-10-06ffc: add _ossl to exported but internal functionsPauli23-167/+185
2020-10-05Some OIDs used in Russian X.509 certificates.Dmitry Belyavskiy3-5/+61
2020-10-04DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte2-9/+14
2020-10-04DECODER: Handle abstract object data typeRichard Levitte1-0/+13
2020-10-03Ensure that _GNU_SOURCE is defined for NI_MAXHOST and NI_MAXSERVdrgler1-0/+4
2020-10-03Fix segfault on missing provider_query_operation()Nicola Tuveri1-1/+2
2020-10-01EVP: use evp_pkey_ctx_is_legacy() to find what implementation to useRichard Levitte4-4/+4
2020-10-01Fix memory leak in req_cb() of x_req.c - handle distinguishing_id also with N...Dr. David von Oheimb1-2/+0
2020-10-01Fix some things the rename script didn't quite get rightMatt Caswell3-7/+6
2020-10-01Run the withlibctx.pl scriptMatt Caswell66-452/+381
2020-10-01der: _ossl prefix DER functionsPauli4-23/+24
2020-10-01rsa_mp_coeff_names should only have one entry in it for fips mode.Shane Lontis1-1/+1
2020-09-30EC_GROUP_new_by_curve_name_with_libctx(): Add name of unknown group to error ...Dr. David von Oheimb1-0/+4
2020-09-30Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.Dr. David von Oheimb5-22/+27
2020-09-28todo: remove fork protection todo comment, it isn't relevant to the FIPS prov...Pauli1-2/+0
2020-09-27STORE: Clear a couple of TODOs that were there for the sake of SM2Richard Levitte1-27/+0
2020-09-26Implement treatment of id-pkix-ocsp-no-check extension for OCSP_basic_verify()Dr. David von Oheimb2-5/+15
2020-09-26en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch3-7/+34
2020-09-26Add EVP_ASYM_CIPHER_gettable_ctx_params() and EVP_ASYM_CIPHER_settable_ctx_pa...Shane Lontis1-0/+21
2020-09-26Add EVP_KEM_gettable_ctx_params() and EVP_KEM_settable_ctx_params()Shane Lontis1-1/+22
2020-09-25Remove some dead SM2 codeMatt Caswell3-397/+1