summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-30Squashed commit of the following:Pauli
2019-04-29Collapse ssl3_state_st (s3) into ssl_stTodd Short
2019-04-26Copy RSA-PSS saltlen in EVP_PKEY_CTX_dup.David Benjamin
2019-04-25s390x assembly pack: remove poly1305 dependency on non-base memnonicsPatrick Steuer
2019-04-25s390x assembly pack: remove chacha20 dependency on non-base memnonicsPatrick Steuer
2019-04-25s390x assembly pack: update perlasm modulePatrick Steuer
2019-04-25s390x assembly pack: allow alignment hints for vector load/storePatrick Steuer
2019-04-25Statistically test BN_rand_range().Pauli
2019-04-25Fix error in BIO_get_ktls_send() and BIO_get_ktls_recv()Matt Caswell
2019-04-25Fix KTLS compilation errorMatt Caswell
2019-04-25Enforce a strict output length check in CRYPTO_ccm128_tagGuido Vranken
2019-04-24doc: Get rid of unrelated reference to DSA_new()Jakub Jelen
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