index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
asn1
/
a_sign.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-4
/
+2
*
libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()
Dr. David von Oheimb
2022-07-19
1
-4
/
+2
*
libcrypto refactoring: make more use of ASN1_STRING_set0()
Dr. David von Oheimb
2022-07-19
1
-6
/
+2
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Fix malloc failure handling of X509_ALGOR_set0()
Dr. David von Oheimb
2022-01-14
1
-10
/
+8
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-5
/
+5
*
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-04-18
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
Fix more certificate related lib_ctx settings.
Shane Lontis
2021-04-08
1
-0
/
+1
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-22
/
+20
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-1
/
+1
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-8
/
+8
*
Add libctx and propq param to ASN.1 sign/verify/HMAC/decrypt
Dr. David von Oheimb
2020-08-21
1
-20
/
+30
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Deprecate ASN1_sign(), ASN1_verify() and ASN1_digest()
Richard Levitte
2020-02-27
1
-1
/
+1
*
Adapt ASN1_item_sign_ctx() for use with provided keypairs
Richard Levitte
2020-01-28
1
-5
/
+46
*
libcrypto: Eliminate as much use of EVP_PKEY_size() as possible
Richard Levitte
2020-01-19
1
-1
/
+6
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Support SM2 certificate signing
Paul Yang
2019-06-28
1
-4
/
+9
*
Coverity fix in some crypto/asn1 code
FdaSilvaYY
2018-12-22
1
-10
/
+22
*
Following the license change, modify the boilerplates in crypto/asn1/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-2
/
+2
*
NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guard
Richard Levitte
2017-08-25
1
-4
/
+1
*
Allow NULL md for custom signing methods
Dr. Stephen Henson
2017-05-30
1
-2
/
+7
*
Add EVP_DigestSign and EVP_DigesVerify
Dr. Stephen Henson
2017-05-11
1
-2
/
+1
*
Copyright consolidation 08/10
Rich Salz
2016-05-17
1
-107
/
+6
*
Don't free up EVP_MD_CTX.
Schüller Felix
2016-03-19
1
-2
/
+6
*
check with NULL
J Mohan Rao Arisankala
2016-02-26
1
-2
/
+2
*
explicit check for NULL
J Mohan Rao Arisankala
2016-02-26
1
-2
/
+2
*
Check method before access and release ctx in error paths
J Mohan Rao Arisankala
2016-02-26
1
-4
/
+8
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
Richard Levitte
2015-12-07
1
-5
/
+5
*
Add inclusion of internal/evp_int.h to all crypto/ files that need it
Richard Levitte
2015-12-07
1
-0
/
+1
*
Adjust all accesses to EVP_MD_CTX to use accessor functions.
Richard Levitte
2015-12-07
1
-13
/
+20
*
Remove legacy sign/verify from EVP_MD.
Dr. Stephen Henson
2015-12-02
1
-11
/
+8
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-4
/
+2
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-16
/
+4
*
remove malloc casts
Rich Salz
2015-04-28
1
-2
/
+2
*
Move some ASN.1 internals to asn1_int.h
Dr. Stephen Henson
2015-03-24
1
-1
/
+1
*
Re-align some comments after running the reformat script.
Matt Caswell
2015-01-22
1
-7
/
+7
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-195
/
+192
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+2
*
add X509_CRL_sign_ctx function
Dr. Stephen Henson
2010-03-14
1
-4
/
+4
*
Algorithm specific ASN1 signing functions.
Dr. Stephen Henson
2010-03-11
1
-33
/
+69
*
typo
Dr. Stephen Henson
2010-03-07
1
-1
/
+1
*
update ASN1 sign/verify to use EVP_DigestSign and EVP_DigestVerify
Dr. Stephen Henson
2010-03-07
1
-5
/
+4
*
Audit libcrypto for unchecked return values: fix all cases enountered
Dr. Stephen Henson
2009-09-24
1
-6
/
+6
*
Add support for default public key digest type ctrl.
Dr. Stephen Henson
2006-05-07
1
-0
/
+13
*
Remove link between digests and signature algorithms.
Dr. Stephen Henson
2006-04-19
1
-34
/
+24
[next]