]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
Convert X509_REVOKED* functions to use const getters
[thirdparty/openssl.git] / crypto /
2016-08-18  Matt CaswellConvert X509_REVOKED* functions to use const getters
2016-08-17  Richard LevitteDon't try to init dasync internally
2016-08-17  Dr. Stephen HensonConstify X509_SIG.
2016-08-17  Dr. Stephen HensonConstify X509_certificate_type()
2016-08-17  Dr. Stephen HensonConstify X509_get0_signature()
2016-08-17  Dr. Stephen HensonConvert X509* functions to use const getters
2016-08-17  Matt CaswellConvert X509_CRL* functions to use const getters
2016-08-17  Matt CaswellMake X509_NAME_get0_der() conform to OpenSSL style
2016-08-17  Matt CaswellConvert OCSP* functions to use const getters
2016-08-17  Dr. Stephen HensonConstify private key decode.
2016-08-17  Dr. Stephen Hensonconstify X509_ALGOR_get0()
2016-08-17  Dr. Stephen HensonConstify ASN1_item_unpack().
2016-08-16  Matt CaswellConvert PKCS8* functions to use const getters
2016-08-16  Matt CaswellConvert TS_STATUS_INFO* functions to use const getters
2016-08-16  Gergely NagyFix compilation when using MASM on x86
2016-08-16  Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-08-16  Andy PolyakovARMv8 assembly pack: add Samsung Mongoose results.
2016-08-15  Dr. Stephen HensonLimit reads in do_b2i_bio()
2016-08-15  Dr. Stephen HensonCheck for errors in a2d_ASN1_OBJECT()
2016-08-15  Dr. Stephen HensonCheck for errors in BN_bn2dec()
2016-08-15  Rob PercivalMake CT_POLICY_EVAL_CTX_set1_{cert,issuer} into boolean...
2016-08-15  Rob PercivalImproves CTLOG_STORE setters
2016-08-14  Jakub ZelenkaNever return -1 from BN_exp
2016-08-13  Dr. Stephen HensonRemove old EC based X25519 code.
2016-08-13  Dr. Stephen HensonAdd encoded points to other EC curves too.
2016-08-13  Dr. Stephen HensonAdd point ctrls to X25519
2016-08-13  Dr. Stephen HensonAdd X25519 methods to internal tables
2016-08-13  Dr. Stephen Hensonadd to build.info
2016-08-13  Dr. Stephen Hensonmake errors
2016-08-13  Dr. Stephen HensonX25519 public key methods
2016-08-13  Dr. Stephen HensonFix type of ptr field.
2016-08-13  Dr. Stephen HensonUse OIDs from draft-ietf-curdle-pkix-02
2016-08-12  Andy Polyakovcrypto/sparcv9cap.c: add missing declaration.
2016-08-11  Andy Polyakovcrypto/ui/ui_openssl.c: let new-line through after...
2016-08-11  Andy Polyakovcrypto/sparcv9cap.c: fix overstep in getisax.
2016-08-11  Andy Polyakovsha/asm/sha1-x86_64.pl: fix crash in SHAEXT code on...
2016-08-10  jamerceeAdapt BIO_new_accept() to call BIO_set_accept_name()
2016-08-10  Rich SalzChange callers to use the new constants.
2016-08-10  Kurt RoeckxFix spelling of error code
2016-08-10  Rich SalzAdd some const casts
2016-08-06  Tomas MrazFix irregularities in GENERAL_NAME_print().
2016-08-06  Rob PercivalMkae CT_log_new_from_base64 always return 0 on failure
2016-08-05  klemensspelling fixes, just comments and readme.
2016-08-05  Rob PercivalRemoves CTLOG_new_null from the CT public API
2016-08-05  Dr. Stephen HensonSanity check input length in OPENSSL_uni2asc().
2016-08-05  Dr. Stephen HensonFree buffer in a2i_ASN1_INTEGER() on error path.
2016-08-04  Rich SalzRemove get_hash completely
2016-08-04  Rich SalzRemove "lockit" from internal error-hash function
2016-08-04  Dr. Stephen HensonLimit status message sisze in ts_get_status_check
2016-08-04  FdaSilvaYYConstify some ASN1_OBJECT *obj input parameters
2016-08-04  FdaSilvaYYConstify inputs of two X509_LOOKUP_METHOD methods
2016-08-04  FdaSilvaYYConstify input buffer
2016-08-04  FdaSilvaYYConstify two internal methods
2016-08-04  FdaSilvaYYConstify ASN1_INTEGER_get, ASN1_ENUMERATED_get
2016-08-04  Richard LevitteVSI submission: make the VMS version of RAND_poll(...
2016-08-04  Richard LevitteVSI submisson: make better use of item lists in o_time.c
2016-08-03  Richard LevitteDon't check any revocation info on proxy certificates
2016-08-02  Dr. Stephen HensonCheck for overlows and error return from ASN1_object_size()
2016-08-02  Dr. Stephen HensonCheck for overflows in ASN1_object_size().
2016-08-02  FdaSilvaYYFix some style issues...
2016-08-01  Dr. Stephen HensonConstify some X509_CRL, X509_REQ functions.
2016-08-01  Dr. Stephen HensonConstify some X509_CRL functions.
2016-08-01  Dr. Stephen HensonAdd DSA_bits() function.
2016-08-01  Richard LevitteForgotten make update
2016-08-01  Richard J. MooreConst the ex data stuff too to fix warnings
2016-08-01  Richard J. MooreConst EC_KEY_dup
2016-08-01  Wim LewisAdditional CMS content types from RFC 4073, RFC 5083...
2016-08-01  Matt CaswellFix bad result in i2b_PVK()
2016-08-01  Matt CaswellFix param order in RSA_get0_key
2016-08-01  Ben LaurieFix various no-*s.
2016-08-01  Andy Polyakovcrypto/ui/ui_openssl.c: UTF-y Windows code path.
2016-07-31  Andy Polyakovevp/bio_enc.c: perform enc_read operation without using...
2016-07-31  Andy Polyakovevp/evp_enc.c: make assert error message more readable
2016-07-30  Richard J. MooreIgnore the serial number for now and just do the rest.
2016-07-30  Richard J. MooreMake some more X509 functions const.
2016-07-29  Dr. Stephen HensonFix CRL time comparison.
2016-07-26  Dr. Stephen HensonNote cipher BIO write errors too.
2016-07-26  David BenjaminUse sk_CONF_VALUE_pop_free in do_ext_nconf error path.
2016-07-26  Dr. Stephen HensonSet error if EVP_CipherUpdate fails.
2016-07-26  Dr. Stephen HensonDeprecate X509_LU_FAIL, X509_LU_RETRY
2016-07-26  Dr. Stephen HensonUse X509_LOOKUP_TYPE for lookup type consistently.
2016-07-26  Dr. Stephen HensonRemove current_method from X509_STORE_CTX
2016-07-25  FdaSilvaYYDiscard BIO_set(BIO* bio) method
2016-07-25  Richard LevitteMake it possible for external code to set the certiciat...
2016-07-25  Richard LevitteAdd X509_STORE lock and unlock functions
2016-07-25  Richard LevitteAdd setter and getter for X509_STORE's check_policy
2016-07-25  Richard LevitteAdd getters / setters for the X509_STORE_CTX and X509_S...
2016-07-25  FdaSilvaYYexplicit init
2016-07-25  FdaSilvaYYTypo and comment fix
2016-07-25  FdaSilvaYYConstify X509|X509_CRL|X509_REVOKED_get_ext
2016-07-25  FdaSilvaYYConstify ... X509|X509_CRL|X509_REVOKED|_get_ext*()
2016-07-25  FdaSilvaYYConstify ...
2016-07-25  FdaSilvaYYConstify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2...
2016-07-25  FdaSilvaYYConstify i2s_ASN1_INTEGER, X509V3_get_d2i
2016-07-25  FdaSilvaYYConstify input parameters of methods :
2016-07-25  FdaSilvaYYEnforce and explicit some const casting
2016-07-25  FdaSilvaYYConstify i2t_ASN1_OBJECT, i2d_ASN1_OBJECT, i2a_ASN1_OBJECT.
2016-07-25  FdaSilvaYYConstify ASN1_buf_print
2016-07-25  FdaSilvaYYConstify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_t...
2016-07-25  FdaSilvaYYConstify SXNET_add_id_*
next