summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2015-01-06Set output EC_KEY to NULL when d2i_ECPrivateKey() fails.Eric Roman
2014-11-05Rename example_sign to evp_test.David Benjamin
2014-11-05Allow PKCS#8 in d2i_AutoPrivateKey.David Benjamin
2014-11-05Call RtlGenRandom directly in RAND_bytes.David Benjamin
2014-11-04Remove unused EVP_PKEY_ASN1_METHODs and flags.David Benjamin
2014-11-04Remove BN_LONG macro.David Benjamin
2014-11-04Remove remnants of EVP_MD_FLAG_PKEY_METHOD_SIGNATURE.David Benjamin
2014-11-03Fix unused variables in bn/generic.cDavid Benjamin
2014-10-31Build with yasm on Win64 as well.David Benjamin
2014-10-31Fix standalone Win64 build.David Benjamin
2014-10-31Remove ERR_LIB_PKCS12.Adam Langley
2014-10-29Build Win32 with Yasm rather than MASM.David Benjamin
2014-10-29Get MASM output working on Win32.David Benjamin
2014-10-29Fix standalone bio_test and v3name_test on Win64.David Benjamin
2014-10-28Move the X509_NAME typedef into x509.h.David Benjamin
2014-10-28Make EVP_DigestVerifyFinal return only zero or one.David Benjamin
2014-10-24Fix "integer constant is too large for 'long' type" errors.Piotr Sikora
2014-10-24Extended master secret support.Adam Langley
2014-10-24Reimplement d2i_SSL_SESSION with CBS.David Benjamin
2014-10-24The empty contents are not a valid ASN.1 INTEGER.David Benjamin
2014-10-24Add CBB_add_asn1_uint64.David Benjamin
2014-10-20Set the IV length for AES-ECB to zero.Adam Langley
2014-10-20Don't read past the end of the string in BUF_strndup.David Benjamin
2014-10-20Add CBS_peek_asn1_tag.David Benjamin
2014-10-13Don't mix and match libraries and errors.David Benjamin
2014-10-09Add generic OPERATION_NOT_SUPPORTED error code.Adam Langley
2014-10-09Add tests for AlgorithmIdentifier support in EVP.David Benjamin
2014-10-09Add EVP_DigestVerifyInitFromAlgorithm and EVP_DigestSignAlgorithm.David Benjamin
2014-10-09Remove #if-0'd ASN1_sign.David Benjamin
2014-10-09Remove EVP_PKEY_CTX case in rsa_pss_to_ctx.David Benjamin
2014-10-09Fix rsa_pss_to_ctx return value.David Benjamin
2014-10-09RSA_encrypt and RSA_sign_raw aren't the same.David Benjamin
2014-10-09Remove misspelled error code.David Benjamin
2014-10-09Fix err_test.David Benjamin
2014-10-06Fix invariant broken in 5f1374e2.Adam Langley
2014-10-07Retain ownership of malloced error data.Adam Langley
2014-10-06Fix a_{digest,verify}.c error codepaths.David Benjamin
2014-10-02Fix NaCl build.Adam Langley
2014-10-02Use _POSIX_C_SOURCE not _BSD_SOURCE.Adam Langley
2014-10-01Silence warnings about unused values.Ben Laurie
2014-10-01Fix bio_test on Windows.David Benjamin
2014-10-01Fix BIO_printf on Windows.David Benjamin
2014-10-01Don't compare signed vs. unsigned.David Benjamin
2014-10-01Use OPENSSL_64_BIT in rc4.c.David Benjamin
2014-10-01Account for Windows and UNIX socket API differences.David Benjamin
2014-10-01Remove meth_num in ex_data_impl.c.David Benjamin
2014-10-01Fix Windows shared library build.David Benjamin
2014-10-01Don't use ssize_t in base64_test.c.David Benjamin
2014-09-30_POSIX_C_SOURCE needs to be set to a date, at least on FreeBSD.Ben Laurie
2014-09-29Don't include strings.h because of Windows.Adam Langley