aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/tb_asnmth.c
Commit message (Collapse)AuthorAgeFilesLines
* Move engine library over to using the new thread APIMatt Caswell2016-03-091-2/+4
| | | | | | Remove usage of CRYPTO_LOCK_ENGINE Reviewed-by: Richard Levitte <levitte@openssl.org>
* fix code indentation issueFdaSilvaYY2016-02-021-1/+1
| | | | | | | ... related to engine_ref_debug macro. Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Kurt Roeckx <kurt@openssl.org>
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-4/+4
| | | | | | | For the various string-compare routines (strcmp, strcasecmp, str.*cmp) use "strcmp()==0" instead of "!strcmp()" Reviewed-by: Tim Hudson <tjh@openssl.org>
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
| | | | | | | | Move ASN.1 internals used across multiple directories into new internal header file asn1_int.h remove crypto/Makefile hack which allowed other directories to include "asn1_locl.h" Reviewed-by: Matt Caswell <matt@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-151/+151
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-0/+1
| | | | OPENSSL_NO_DEPRECATED, etc. Steve, please double-check the CMS stuff...
* Lookup public key ASN1 methods by string by iterating through allDr. Stephen Henson2007-11-211-0/+50
| | | | | implementations instead of all added ENGINEs to cover case where an ENGINE is not added.
* Make things static that should be. Declare stuff in headers that should be.Ben Laurie2006-08-281-1/+1
| | | | Fix warnings.
* 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