Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2020-10-17ENCODER & DECODER: set params on all encoder/decoder instances, unconditionallyRichard Levitte
2020-10-15Update copyright yearMatt Caswell
2020-10-15Changing X509at_get0_data_by_OBJ to expect const stack of X509_ATTRIBUTEAkshit Akhoury
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-15Make evp_pkey_ctx_get0_libctx/propq public APIMatt Caswell
2020-10-15Remove CMS recipient info information out of the algorithm implementationsMatt Caswell
2020-10-15Move CMS signing code out of the algorithms and into CMSMatt Caswell
2020-10-15Move CMS enveloping code out of the algorithms and into CMSMatt Caswell
2020-10-15Remove a CMS key downgradeMatt Caswell
2020-10-14[ssl] Support ssl_encapsulate on server sideNicola Tuveri
2020-10-14[ssl] Support ssl_decapsulate on client sideNicola Tuveri
2020-10-13EVP: Take care of locks when downgrading an EVP_PKEYRichard Levitte
2020-10-12vms: move otherwise dead code into the VMS relevant path.Pauli
2020-10-10Adapt some code to OSSL_ENCODER_to_data() / OSSL_DECODER_from_data()Richard Levitte
2020-10-10ENCODER / DECODER: Add functions to encode/decode to/from a bufferRichard Levitte
2020-10-08Set mark and pop error in d2i_PrivateKey_exDaniel Bevenius
2020-10-08Fix zero-length content verification in S/MIME formatDmitry Belyavskiy
2020-10-08Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb
2020-10-08Allow to continue on UNABLE_TO_VERIFY_LEAF_SIGNATUREAndré Klitzing
2020-10-08Fix the decoder start type handlingMatt Caswell
2020-10-08Expose PKCS7_get_octet_string and PKCS7_type_is_otherJordan Montgomery
2020-10-08ERR: fix comment typo in err.cDaniel Bevenius
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli
2020-10-06ffc: add _ossl to exported but internal functionsPauli
2020-10-05Some OIDs used in Russian X.509 certificates.Dmitry Belyavskiy
2020-10-04DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-10-04DECODER: Handle abstract object data typeRichard Levitte
2020-10-03Ensure that _GNU_SOURCE is defined for NI_MAXHOST and NI_MAXSERVdrgler
2020-10-03Fix segfault on missing provider_query_operation()Nicola Tuveri
2020-10-01EVP: use evp_pkey_ctx_is_legacy() to find what implementation to useRichard Levitte
2020-10-01Fix memory leak in req_cb() of x_req.c - handle distinguishing_id also with N...Dr. David von Oheimb
2020-10-01Fix some things the rename script didn't quite get rightMatt Caswell
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-10-01der: _ossl prefix DER functionsPauli
2020-10-01rsa_mp_coeff_names should only have one entry in it for fips mode.Shane Lontis
2020-09-30EC_GROUP_new_by_curve_name_with_libctx(): Add name of unknown group to error ...Dr. David von Oheimb
2020-09-30Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.Dr. David von Oheimb
2020-09-28todo: remove fork protection todo comment, it isn't relevant to the FIPS prov...Pauli
2020-09-27STORE: Clear a couple of TODOs that were there for the sake of SM2Richard Levitte
2020-09-26Implement treatment of id-pkix-ocsp-no-check extension for OCSP_basic_verify()Dr. David von Oheimb
2020-09-26en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch
2020-09-26Add EVP_ASYM_CIPHER_gettable_ctx_params() and EVP_ASYM_CIPHER_settable_ctx_pa...Shane Lontis
2020-09-26Add EVP_KEM_gettable_ctx_params() and EVP_KEM_settable_ctx_params()Shane Lontis
2020-09-25Remove some dead SM2 codeMatt Caswell
2020-09-25EVP: Enforce that EVP_PKEY_set_alias_type() only works with legacy keysRichard Levitte
2020-09-25Hide ECX_KEY againRichard Levitte
2020-09-24Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb
2020-09-24Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEMRichard Levitte
2020-09-23Fix missing propq in sm2Shane Lontis