summaryrefslogtreecommitdiffstats
path: root/crypto/engine/tb_asnmth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-3/+2
* Update copyright yearRichard Levitte2020-07-161-1/+1
* deprecate engines in libcryptoPauli2020-07-161-0/+3
* Engine: Add NULL check.Pauli2019-11-211-1/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/engine/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-06-201-1/+1
* ENGINE_pkey_asn1_find_str(): don't assume an engine implements ASN1 methodRichard Levitte2018-05-311-1/+2
* Move e_os.h to be the very first include.Pauli2017-08-291-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-291-1/+2
* Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte2016-07-191-1/+5
* Copyright consolidation 09/10Rich Salz2016-05-171-51/+6
* Move engine library over to using the new thread APIMatt Caswell2016-03-091-2/+4
* fix code indentation issueFdaSilvaYY2016-02-031-1/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-071-4/+4
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-151/+151
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-0/+1
* Lookup public key ASN1 methods by string by iterating through allDr. Stephen Henson2007-11-211-0/+50
* Make things static that should be. Declare stuff in headers that should be.Ben Laurie2006-08-281-1/+1
* Clarify comment and add #ifdef.Dr. Stephen Henson2006-06-051-1/+1
* Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson2006-06-051-3/+32
* Initial public key ASN1 method engine support. Not integrated yet.Dr. Stephen Henson2006-06-021-0/+166