summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-06-29SpellingFdaSilvaYY
2016-06-27rsa/rsa_lib.c: const-ify RSA_get0_engine().Andy Polyakov
2016-06-27RT4586: Remove RSA_memory_lock; unused, not neededRich Salz
2016-06-27Fix some OPENSSL_API_COMPAT valuesMatt Caswell
2016-06-24Deal with API changes.Ben Laurie
2016-06-24Add a getter to obtain the HMAC_CTX mdMatt Caswell
2016-06-23Add checks on sk_TYPE_push() returned resultFdaSilvaYY
2016-06-23Rework error handling from asn1_do_lock method.FdaSilvaYY
2016-06-22crypto/cryptlib.c: omit OPENSSL_ia32cap_loc().Andy Polyakov
2016-06-22Spelling... and more spellingFdaSilvaYY
2016-06-20make updateRichard Levitte
2016-06-20Check that the subject name in a proxy cert complies to RFC 3820Richard Levitte
2016-06-20RT3925: Remove trailing semi from macroDr. Matthias St. Pierre
2016-06-20doc and comment fixeshuangqinjin
2016-06-20Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper
2016-06-18Use a STACK_OF(OPENSSL_CSTRING) for const char * stacksMatt Caswell
2016-06-18OpenBSD has intypes.hMatt Caswell
2016-06-18Improve const correctness for stacks of EVP_MDMatt Caswell
2016-06-18constify SRPMatt Caswell
2016-06-16Fix GCC build; make update; fix number re-useRich Salz
2016-06-16Add EVP_PKEY_get0_hmac() functionNathaniel McCallum
2016-06-16Change the return type of EVP_EncodeUpdateMatt Caswell
2016-06-15Constify the parameter getters for RSA, DSA and DHRichard Levitte
2016-06-15Constify input buffers of some X509V3 and X509_PURPOSE -related methodsFdaSilvaYY
2016-06-15Constify X509_TRUST_add method.FdaSilvaYY
2016-06-15Constify some input buffers in asn1FdaSilvaYY
2016-06-15Constify CMS_get0_type inputFdaSilvaYY
2016-06-15Constify UIFdaSilvaYY
2016-06-15Constify PKCS12_create, PKCS12_add_key, PKCS12_add_safe.FdaSilvaYY
2016-06-14RT4562: Fix misleading doc on OPENSSL_configRich Salz
2016-06-13RT3454: Re-enable nistp-64_gcc_128 on windowsPeter Mosmans
2016-06-13Forgot to update the setter argument ordering in the public headers.TJ Saunders
2016-06-13Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.TJ Saunders
2016-06-09Make a2i_ipadd an internal functionRich Salz
2016-06-08Fixes to get -ansi workingJeffrey Walton
2016-06-08Add some accessor API'sRich Salz
2016-06-07Add SSL_CTX_get_tlsext_status_type()Matt Caswell
2016-06-07Add SSL_get_tlsext_status_type() methodAlessandro Ghedini
2016-06-06Deprecate the flags that switch off constant timeMatt Caswell
2016-06-04Constify X509V3_EXT_*_conf*FdaSilvaYY
2016-06-04Constify ASN1_generate_nconfFdaSilvaYY
2016-06-04Constify ASN1_generate_v3FdaSilvaYY
2016-06-04Constify s2i_ASN1_IA5STRINGFdaSilvaYY
2016-06-04Constify s2i_ASN1_INTEGERFdaSilvaYY
2016-06-04Constify X509_OBJECT_get_type & X509_OBJECT_get0_X509FdaSilvaYY
2016-06-04Fix re-used function codeRich Salz
2016-06-04RT3895: Remove fprintf's from SSL library.Rich Salz
2016-06-04Change inclusion of sys/types.h to stdlib.h in include/openssl/ebcdic.hRichard Levitte
2016-06-04Add inclusion of stdlib.h in include/openssl/mdc2.hRichard Levitte