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
AgeCommit message (Expand)Author
2021-06-09Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte
2021-06-08Actually use a legacy route in pem_read_bio_key_legacy()Matt Caswell
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-04-08d2i_PrivateKey_decoder(): Fix premature exit on unsuccessful OSSL_DECODER_CTX...Dr. David von Oheimb
2021-04-08d2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex(): Fix handling of RSA/D...Dr. David von Oheimb
2021-03-25EVP_PKCS82PKEY: Create provided keys if possibleTomas Mraz
2021-03-19Make evp_privatekey_from_binary() completely libcrypto internalRichard Levitte
2021-02-23Add back in legacy paths for d2i_PrivateKey/d2i_AutoPrivateKey.Shane Lontis
2021-02-19Fix merge problem in d2i_PrivateKey_exShane Lontis
2021-02-19Fix d2i_AutoPrivateKey_ex so that is uses the new decoder (and producesShane Lontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-08Set mark and pop error in d2i_PrivateKey_exDaniel Bevenius
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-13Fix safestack issues in asn1.hMatt Caswell
2020-09-03STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte
2020-07-16deprecate engines in libcryptoPauli
2020-05-12Fix d2i_PrivateKey_ex() to work as documentedRichard Levitte
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-15Teach d2i_PrivateKey et al about libctxMatt Caswell
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2016-05-17Copyright consolidation 08/10Rich Salz
2016-05-04Fix double free in d2i_PrivateKey().Dr. Stephen Henson
2016-03-21Remove #error from include files.Rich Salz
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-01-27Remove /* foo.c */ commentsRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2015-10-03Fix more d2i cases to properly update the input pointerKurt Roeckx
2015-09-15d2i: don't update input pointer on failureKurt Roeckx
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-03-28free NULL cleanupRich Salz
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01More size_tification.Ben Laurie
2007-11-20Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>Dr. Stephen Henson
2006-11-16Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson
2006-06-05Fix obvious typo.Andy Polyakov
2006-06-05Clarify comment and add #ifdef.Dr. Stephen Henson
2006-06-05Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson
2006-03-23Add support for legacy PEM format private keys in EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson
2006-03-22Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions toDr. Stephen Henson
2006-03-20Transfer parameter handling and key comparison to algorithm methods.Dr. Stephen Henson
2005-05-16ecc api cleanup; summary:Nils Larsch
2004-03-16Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller