History log of /openssl/crypto/asn1/ameth_lib.c (Results 51 – 75 of 87)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OpenSSL_0_9_8zf, OpenSSL_1_0_0r, OpenSSL_1_0_1m, OpenSSL_1_0_2a, OpenSSL_1_0_2, master-post-auto-reformat
# 0f113f3e 22-Jan-2015 Matt Caswell

Run util/openssl-format-source -v -c .

Reviewed-by: Tim Hudson <tjh@openssl.org>


Revision tags: OpenSSL_1_0_2-post-auto-reformat, OpenSSL_0_9_8-post-auto-reformat, OpenSSL_0_9_8-pre-auto-reformat, OpenSSL_1_0_0-post-auto-reformat, OpenSSL_1_0_0-pre-auto-reformat, OpenSSL_1_0_1-post-auto-reformat, OpenSSL_1_0_1-pre-auto-reformat, master-post-reformat, OpenSSL_0_9_8-pre-reformat, OpenSSL_0_9_8ze, OpenSSL_1_0_0-pre-reformat, OpenSSL_1_0_0q, OpenSSL_1_0_1-pre-reformat, OpenSSL_1_0_1l, master-pre-reformat, OpenSSL_1_0_2-pre-reformat, OpenSSL_0_9_8zd, OpenSSL_1_0_0p, OpenSSL_1_0_1k, OpenSSL_0_9_8-post-reformat, OpenSSL-fips-2_0_9, OpenSSL_1_0_1j, OpenSSL_1_0_0o, OpenSSL_0_9_8zc, OpenSSL_1_0_2-beta3, OpenSSL_0_9_8zb, OpenSSL_1_0_0n, OpenSSL_1_0_1i, OpenSSL_1_0_2-beta2, OpenSSL-fips-2_0_8
# d2aea038 27-Jun-2014 Dr. Stephen Henson

Memory leak and NULL dereference fixes.

PR#3403


Revision tags: OpenSSL_1_0_1h, OpenSSL_1_0_0m, OpenSSL_0_9_8za, OpenSSL-fips-2_0_7, OpenSSL_1_0_1g, OpenSSL_1_0_2-beta1
# 2514fa79 18-Jan-2014 Dr. Stephen Henson

Add functions returning security bits.

Add functions to return the "bits of security" for various public key
algorithms. Based on SP800-57.


Revision tags: OpenSSL_1_0_0l, OpenSSL_1_0_1f, OpenSSL-fips-2_0_6, OpenSSL-fips-2_0_5, OpenSSL-fips-2_0_4, OpenSSL-fips-2_0_3, OpenSSL_1_0_1e, OpenSSL_0_9_8y, OpenSSL_1_0_0k, OpenSSL_1_0_1d, OpenSSL-fips-2_0-pl1, OpenSSL-fips-2_0_2, OpenSSL-fips-2_0_1, OpenSSL_1_0_1c, OpenSSL_1_0_0j, OpenSSL_0_9_8x, OpenSSL_1_0_1b, OpenSSL_0_9_8w, OpenSSL_1_0_1a, OpenSSL_0_9_8v, OpenSSL_1_0_0i, OpenSSL_1_0_1, OpenSSL_1_0_0h, OpenSSL_0_9_8u, OpenSSL_1_0_1-beta3, OpenSSL_1_0_1-beta2, OpenSSL-fips-2_0, OpenSSL_1_0_0g, OpenSSL_0_9_8t, OpenSSL_0_9_8s, OpenSSL_1_0_0f, OpenSSL-fips-2_0-rc8, OpenSSL_1_0_1-beta1, OpenSSL-fips-2_0-rc7
# afb14cda 07-Dec-2011 Dr. Stephen Henson

Initial experimental support for X9.42 DH parameter format to handle
RFC5114 parameters and X9.42 DH public and private keys.


Revision tags: OpenSSL-fips-2_0-rc6, OpenSSL-fips-2_0-rc5, OpenSSL-fips-2_0-rc4, OpenSSL-fips-2_0-rc3, OpenSSL-fips-2_0-rc2, OpenSSL-fips-2_0-rc1
# 3231e42d 11-Oct-2011 Dr. Stephen Henson

update pkey method initialisation and copy


Revision tags: OpenSSL-fips-1_2_3, OpenSSL-fips-1_2_2, OpenSSL-fips-1_2_1, OpenSSL_1_0_0e, OpenSSL_1_0_0d, OpenSSL_0_9_8r
# d3f17e5e 13-Jan-2011 Dr. Stephen Henson

stop warning with no-engine


Revision tags: OpenSSL_0_9_8q, OpenSSL_1_0_0c, OpenSSL_0_9_8p, OpenSSL_1_0_0b, OpenSSL_0_9_8o, OpenSSL_1_0_0a, OpenSSL_1_0_0, OpenSSL_0_9_8n, OpenSSL_0_9_8m
# c8ef656d 08-Feb-2010 Dr. Stephen Henson

Make CMAC API similar to HMAC API. Add methods for CMAC.


Revision tags: OpenSSL_0_9_8m-beta1, OpenSSL_1_0_0-beta5
# ec7d16ff 02-Dec-2009 Dr. Stephen Henson

Check it actually compiles this time ;-)


# 5656f33c 02-Dec-2009 Dr. Stephen Henson

PR: 2120
Submitted by: steve@openssl.org

Initialize fields correctly if pem_str or info are NULL in EVP_PKEY_asn1_new().


Revision tags: OpenSSL_1_0_0-beta4, OpenSSL_0_9_8l, OpenSSL_1_0_0-beta3, OpenSSL_1_0_0-beta2, OpenSSL_1_0_0-beta1, OpenSSL_0_9_8k, OpenSSL_0_9_8j
# 6343829a 12-Nov-2008 Geoff Thorpe

Revert the size_t modifications from HEAD that had led to more
knock-on work than expected - they've been extracted into a patch
series that can be completed elsewhere, or in a different bran

Revert the size_t modifications from HEAD that had led to more
knock-on work than expected - they've been extracted into a patch
series that can be completed elsewhere, or in a different branch,
before merging back to HEAD.

show more ...


# 2e597528 05-Nov-2008 Dr. Stephen Henson

Update obsolete email address...


# 5e4430e7 01-Nov-2008 Ben Laurie

More size_tification.


# e19106f5 22-Oct-2008 Dr. Stephen Henson

Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macros
with the appropriate parameters which calls OBJ_bsearch(). A compiler will
typically inline this.

This avoids

Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macros
with the appropriate parameters which calls OBJ_bsearch(). A compiler will
typically inline this.

This avoids the need for cmp_xxx variables and fixes unchecked const issues
with CHECKED_PTR_OF()

show more ...


# 606f6c47 20-Oct-2008 Dr. Stephen Henson

Fix a shed load or warnings:

Duplicate const.
Use of ; outside function.


# babb3798 12-Oct-2008 Ben Laurie

Type-checked (and modern C compliant) OBJ_bsearch.


Revision tags: OpenSSL_0_9_8i
# d4cdbab9 04-Jul-2008 Dr. Stephen Henson

Avoid warnings with -pedantic, specifically:

Conversion between void * and function pointer.
Value computed not used.
Signed/unsigned argument.


# 5ce278a7 04-Jun-2008 Ben Laurie

More type-checking.


Revision tags: OpenSSL_0_9_8h
# 2f0550c4 21-Nov-2007 Dr. Stephen Henson

Lookup public key ASN1 methods by string by iterating through all
implementations instead of all added ENGINEs to cover case where an
ENGINE is not added.


Revision tags: OpenSSL_0_9_8g, OpenSSL_0_9_8f, FIPS_098_TEST_8, FIPS_098_TEST_7, FIPS_098_TEST_6, FIPS_098_TEST_5, FIPS_098_TEST_4, FIPS_098_TEST_3, FIPS_098_TEST_2, FIPS_098_TEST_1
# e77dbf32 17-May-2007 Dr. Stephen Henson

Prepend signature name in dgst output.


# e69adea5 15-May-2007 Dr. Stephen Henson

New function EVP_PKEY_asn1_copy(). Use default MD if type param is NULL.


# 74633553 11-Apr-2007 Dr. Stephen Henson

Experimental HMAC support via EVP_PKEY_METHOD.


Revision tags: OpenSSL_0_9_7m, OpenSSL_0_9_8e
# b37a68cc 27-Oct-2006 Dr. Stephen Henson

Initialize old_priv_encode, old_priv_decode.


Revision tags: OpenSSL_0_9_7l, OpenSSL_0_9_8d, OpenSSL_0_9_8c, OpenSSL_0_9_7k
# 01b8b3c7 05-Jun-2006 Dr. Stephen Henson

Complete EVP_PKEY_ASN1_METHOD ENGINE support.


Revision tags: OpenSSL_0_9_7j, OpenSSL_0_9_8b
# cddaba8e 21-Apr-2006 Dr. Stephen Henson

Add 'flags' parameter to EVP_PKEY_asn1_meth_new() to set algorithm flags.


# 492a9e24 17-Apr-2006 Dr. Stephen Henson

Allow public key ASN1 methods to set PKCS#7 SignerInfo structures.


1234