aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RT3925: Remove trailing semi from macroDr. Matthias St. Pierre2016-06-201-3/+3
* apps/req.c: Increment the right variable when parsing '+'Richard Levitte2016-06-201-3/+3
* Remove pointless free loop in X509_TRUST_cleanup()Kurt Cancemi2016-06-201-3/+0
* Remove pointless free loop in X509_PURPOSE_cleanup()Kurt Cancemi2016-06-201-3/+0
* doc and comment fixeshuangqinjin2016-06-205-13/+10
* crypto/evp/e_aes_cbc_hmac_sha256.c: Remove spurious memsetKurt Cancemi2016-06-201-4/+3
* RT3136: Remove space after issuer/subjectJiri Horky2016-06-201-2/+2
* Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper2016-06-2010-42/+56
* rand/randfile.c: remove obsolete commentary.Andy Polyakov2016-06-201-5/+0
* Tests should check validation status directlyRob Percival2016-06-201-45/+47
* Test SCT listsRob Percival2016-06-201-23/+30
* aes/asm/bsaes-armv7.pl: omit redundant stores in XTS subroutines.Andy Polyakov2016-06-201-20/+2
* aes/asm/bsaes-armv7.pl: fix XTS decrypt test failure.Andy Polyakov2016-06-201-1/+1
* Change the RAND_file_name documentation accordinglyRichard Levitte2016-06-201-7/+21
* Change default directory for the .rnd file on Windows and VMSRichard Levitte2016-06-203-7/+7
* Add a comment after some #endif at end of apps source code.FdaSilvaYY2016-06-183-3/+3
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-1831-31/+0
* Useless includesFdaSilvaYY2016-06-184-10/+0
* Missing NULL check on OBJ_dup result in x509_name_canonFdaSilvaYY2016-06-181-0/+2
* Fix an MSVC warning.FdaSilvaYY2016-06-181-0/+1
* Use a STACK_OF(OPENSSL_CSTRING) for const char * stacksMatt Caswell2016-06-182-15/+14
* OpenBSD has intypes.hMatt Caswell2016-06-181-1/+1
* Replace 4 casts with 1Matt Caswell2016-06-181-6/+7
* Improve const correctness for stacks of EVP_MDMatt Caswell2016-06-182-4/+4
* constify SRPMatt Caswell2016-06-183-41/+44
* Avoid type punning warnings in b_addr.cMatt Caswell2016-06-181-4/+4
* Change default directory for storing the .rnd file on WindowsMatt Caswell2016-06-173-2/+30
* Harmonise the different build filesRichard Levitte2016-06-173-112/+136
* Fix GCC build; make update; fix number re-useRich Salz2016-06-163-6/+6
* Spelling fixesFdaSilvaYY2016-06-1615-22/+22
* no-ripemd is an alias for no-rmd160Matt Caswell2016-06-161-19/+23
* Fix build break.Rich Salz2016-06-161-2/+8
* Add EVP_PKEY_get0_hmac() functionNathaniel McCallum2016-06-165-5/+24
* Revert "RT4526: Call TerminateProcess, not ExitProcess"Matt Caswell2016-06-162-2/+2
* Skip the TLSProxy tests if environmental problems are an issueMatt Caswell2016-06-169-96/+27
* Fix the build and tests following constification of DH, DSA, RSAMatt Caswell2016-06-165-24/+22
* Change the return type of EVP_EncodeUpdateMatt Caswell2016-06-166-13/+25
* Deal with the consequences of constifying gettersRichard Levitte2016-06-1513-19/+22
* Constify the parameter getters for RSA, DSA and DHRichard Levitte2016-06-159-58/+58
* RT4526: Call TerminateProcess, not ExitProcessRich Salz2016-06-152-2/+2
* Constify input buffers of some X509V3 and X509_PURPOSE -related methodsFdaSilvaYY2016-06-158-30/+30
* Constify X509_TRUST_add method.FdaSilvaYY2016-06-153-9/+9
* Constify asn1/asn_mime.cFdaSilvaYY2016-06-151-16/+16
* Constify some input buffers in asn1FdaSilvaYY2016-06-154-9/+10
* Constify CMS_get0_type inputFdaSilvaYY2016-06-153-3/+3
* Constify UIFdaSilvaYY2016-06-152-2/+2
* Constify PKCS12_create, PKCS12_add_key, PKCS12_add_safe.FdaSilvaYY2016-06-153-10/+11
* Constify some conf_mod.c internal methodsFdaSilvaYY2016-06-151-9/+11
* Change (!seqtt) to (seqtt == NULL)Richard Levitte2016-06-151-3/+3
* Always check that the value returned by asn1_do_adb() is non-NULLRichard Levitte2016-06-151-0/+2