summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2020-02-14Adapt i2d_PrivateKey for provider only keysRichard Levitte
2020-02-14Forgotten GOST2012 support in non-vital placesNikolay Morozov
2020-02-12Deprecate the low level DSA functions.Pauli
2020-02-02X509: Refactor X509_verify() and X509_REQ_verify() for better streamliningRichard Levitte
2020-01-28Adapt ASN1_item_sign_ctx() for use with provided keypairsRichard Levitte
2020-01-24New functions for PKCS8 attributes managementDmitry Belyavskiy
2020-01-19libcrypto: Eliminate as much use of EVP_PKEY_size() as possibleRichard Levitte
2020-01-17Add duplication APIs to ASN1_TIME and related typesPaul Yang
2020-01-14Avoid leak in error path of asn1_parse2kinichiro
2020-01-07Make generated copyright year be "now"Rich Salz
2020-01-02Run make updateMatt Caswell
2019-12-18ASN1: Adapt ASN.1 output routines to use BIO_f_prefix()Richard Levitte
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-09-06[crypto/asn1] Fix multiple SCA vulnerabilities during RSA key validation.Cesar Pereida Garcia
2019-08-14Add missing EBCDIC stringsopensslonzos-github
2019-08-01Load the config file by defaultMatt Caswell
2019-07-17Deprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}Rich Salz
2019-07-16Regenerate mkerr filesRich Salz
2019-07-12Coverity #1451596: check dirlen for being negativePauli
2019-07-02Fix ASN1_TYPE_get/set with type=V_ASN1_BOOLEANBernd Edlinger
2019-07-02Fix TyposAntoine Cœur
2019-06-28Support SM2 certificate signingPaul Yang
2019-05-27Add d2i_KeyParams/i2d_KeyParams API's.Shane Lontis
2019-05-08Coverity CID 1444959: Integer handling issuesPauli
2019-03-19Move ASN1_BROKEN macrosRich Salz
2019-03-13Support SM2 certificate verification杨洋
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2019-02-08Fix d2i_PublicKey() for EC keysTodd Short
2019-01-07Update generator copyright year.Viktor Dukhovni
2019-01-03make updateMatt Caswell
2018-12-22Coverity fix in some crypto/asn1 codeFdaSilvaYY
2018-12-11typo ANS1 -> ASN1nxtstep
2018-12-07Make EVP_PKEY_asn1_add0() stricter about its inputRichard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte
2018-09-09ASN.1 DER: Make INT32 / INT64 types read badly encoded LONG zeroesRichard Levitte
2018-08-22asn1/asn_moid.c: overhaul do_create.Andy Polyakov
2018-08-11i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte
2018-08-07Harmonize use of sk_TYPE_find's return value.Andy Polyakov
2018-08-07Make EVP_PKEY_asn1_new() stricter with its inputRichard Levitte
2018-08-01asn1/tasn_utl.c: fix logical error in and overhaul asn1_do_lock.Andy Polyakov
2018-06-20Update copyright yearMatt Caswell
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb