index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
engine
/
tb_asnmth.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-3
/
+2
*
Update copyright year
Richard Levitte
2020-07-16
1
-1
/
+1
*
deprecate engines in libcrypto
Pauli
2020-07-16
1
-0
/
+3
*
Engine: Add NULL check.
Pauli
2019-11-21
1
-1
/
+2
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/engine/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-06-20
1
-1
/
+1
*
ENGINE_pkey_asn1_find_str(): don't assume an engine implements ASN1 method
Richard Levitte
2018-05-31
1
-1
/
+2
*
Move e_os.h to be the very first include.
Pauli
2017-08-29
1
-1
/
+1
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
1
-1
/
+2
*
Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead
Richard Levitte
2016-07-19
1
-1
/
+5
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-51
/
+6
*
Move engine library over to using the new thread API
Matt Caswell
2016-03-09
1
-2
/
+4
*
fix code indentation issue
FdaSilvaYY
2016-02-03
1
-1
/
+1
*
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-07
1
-4
/
+4
*
Move some ASN.1 internals to asn1_int.h
Dr. Stephen Henson
2015-03-24
1
-1
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-151
/
+151
*
Fix a variety of warnings generated by some elevated compiler-fascism,
Geoff Thorpe
2008-03-16
1
-0
/
+1
*
Lookup public key ASN1 methods by string by iterating through all
Dr. Stephen Henson
2007-11-21
1
-0
/
+50
*
Make things static that should be. Declare stuff in headers that should be.
Ben Laurie
2006-08-28
1
-1
/
+1
*
Clarify comment and add #ifdef.
Dr. Stephen Henson
2006-06-05
1
-1
/
+1
*
Complete EVP_PKEY_ASN1_METHOD ENGINE support.
Dr. Stephen Henson
2006-06-05
1
-3
/
+32
*
Initial public key ASN1 method engine support. Not integrated yet.
Dr. Stephen Henson
2006-06-02
1
-0
/
+166