summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-04-24added openssl app 'kdf' and 'mac' to the NEWS and CHANGES docsShane Lontis
2019-04-24Added app for EVP_KDFShane Lontis
2019-04-24Recognise clang -fsanitize options and translate themRichard Levitte
2019-04-23Add a way for the application to get OpenSSL configuration dataRichard Levitte
2019-04-23Add the possibility to display and use MODULESDIRRichard Levitte
2019-04-23Configure: make disabling stuff easier and saferRichard Levitte
2019-04-23Configure: recognise -static even if given through variablesRichard Levitte
2019-04-23Configure: merge all of %user and %useradd into %config earlierRichard Levitte
2019-04-23If key or iv is NULL set the respective length to 0Matt Caswell
2019-04-23Fix EVP_CIPHER_CTX_rand_key()Matt Caswell
2019-04-23Fix no-ec2mMatt Caswell
2019-04-21Fix bug in entropy gathering.Pauli
2019-04-19Check if num is 0 before trying to malloc memory. Otherwise for client hellos...dyrock
2019-04-19Add some more test vectors for ChaCha20Matt Caswell
2019-04-19Clarify the documentation on the use of ChaCha20Matt Caswell
2019-04-19Create provider errors and use themMatt Caswell
2019-04-19Fix the S390X support for the basic AES ciphersMatt Caswell
2019-04-19Add forward declarations of the AES dispatch table functionsMatt Caswell
2019-04-19Make implementation of blocksize, iv_length and key_length mandatoryMatt Caswell
2019-04-19Add a maximum output length to update and final callsMatt Caswell
2019-04-19Add iv length and key length params to the cipher init callsMatt Caswell
2019-04-19Implement AES CTR ciphers in the default providerMatt Caswell
2019-04-19Implement AES CFB ciphers in the default providerMatt Caswell
2019-04-19Implement AES OFB ciphers in the default providerMatt Caswell
2019-04-19Implement AES CBC ciphers in the default providerMatt Caswell
2019-04-19Add support in the default provider for 192/128 bit AES ECBMatt Caswell
2019-04-19Add the provider_algs.h internal header fileMatt Caswell
2019-04-19Implement support for AES-256-ECB in the default providerMatt Caswell
2019-04-19Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider awareMatt Caswell
2019-04-19ossl_method_store_cache_get(): ensure non-NULL property queryRichard Levitte
2019-04-19OPENSSL_LH_flush(): assign NULL after freeingRichard Levitte
2019-04-19Fix the generic EVP algorithm fetch to actually cache themRichard Levitte
2019-04-18asn1parse: avoid double freeRichard Levitte
2019-04-18Add SSHKDF in evp_kdf_testSimo Sorce
2019-04-17chacha/asm/chacha-armv8.pl: replace 3+1 code paths with 4+1.Andy Polyakov
2019-04-17aes/asm/aesv8-armx.pl: ~20% improvement on ThunderX2.Andy Polyakov
2019-04-17ARM64 assembly pack: add ThunderX2 results.Andy Polyakov
2019-04-17SP 800-56B steps enumerated.Pauli
2019-04-16Add test for the BIO_s_mem rdwr->rdonly->rdwr use-caseTomas Mraz
2019-04-16Add documentation for the BIO_s_mem pecularitiesTomas Mraz
2019-04-16Add testing of RDONLY memory BIOsTomas Mraz
2019-04-16Add test for the BIO_get_mem_ptr() regressionBernd Edlinger
2019-04-16Fix for BIO_get_mem_ptr and related regressionsTomas Mraz
2019-04-15Call RSA generation callback at the correct time.Kurt Roeckx
2019-04-15Don't use '-z defs' with Clang's sanitizersRichard Levitte
2019-04-15providers/common/digests/sha2.c: forward declare all dispatched functionsRichard Levitte
2019-04-15Providers: for the digest_final operation, pass a output buffer sizeRichard Levitte
2019-04-14Fix calling convention bug in ecp_nistz256_ord_sqr_montDavid Benjamin
2019-04-14Don't use coordinate blinding when scalar is group orderBernd Edlinger
2019-04-12Further harmonisation of manual page HISTORY sectionsJoshua Lock