summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-10-31afalg: Fix kernel version checkBaptiste Jonglez
2017-10-31afalg: Use eventfd2 syscall instead of eventfdBaptiste Jonglez
2017-10-31EVP_PKEY_asn1_add0(): Check that this method isn't already registeredRichard Levitte
2017-10-31Document EVP_PKEY_ASN1_METHOD and associated functionsRichard Levitte
2017-10-30Only reset the ctx when a cipher is givenKurt Roeckx
2017-10-28Add missing paren.Rich Salz
2017-10-27x509v3/v3_utl.c: avoid double-free.Andy Polyakov
2017-10-27crypto/x509v3/v3_utl.c: fix Coverity problems.Andy Polyakov
2017-10-26Don't use strcasecmp and strncasecmp for IA5 stringsMatt Caswell
2017-10-26Fix doc-nits in doc/man3/DEFINE_STACK_OF.podPaul Yang
2017-10-26doc/man3/d2i_X509.pod: add {d2i,i2d}_DSA_PUBKEY in NAME sectionRichard Levitte
2017-10-24asn1_item_embed_new(): if locking failed, don't call asn1_item_embed_free()Richard Levitte
2017-10-24asn1_item_embed_new(): don't free an embedded itemRichard Levitte
2017-10-24Don't make any changes to the lhash structure if we are going to failMatt Caswell
2017-10-24Fix memory leak in GENERAL_NAME_set0_othername.Xiangyu Bu
2017-10-23asn1_item_embed_new(): don't free an embedded itemRichard Levitte
2017-10-23Correct value for BN_security_bits()Matt Caswell
2017-10-22s390x assembly pack: define OPENSSL_s390xcap_P in s390xcap.cPatrick Steuer
2017-10-20ECDSA_* is deprecated. EC_KEY_* is used insteadJakub Jelen
2017-10-19Additional name for all commandsRich Salz
2017-10-17s390x assembly pack: remove capability double-checking.Patrick Steuer
2017-10-17crypto/aes/asm/aes-s390x.pl: fix $softonly=1 code path.Patrick Steuer
2017-10-17Update RAND_load_file return value.Rich Salz
2017-10-14Backport key redirection test from master branchDr. Stephen Henson
2017-10-12Skip ssl-tests/19-mac-then-encrypt.conf for no-tls1_2Ben Kaduk
2017-10-12Document EVP_PKEY_set1_engine()Dr. Stephen Henson
2017-10-12make updateDr. Stephen Henson
2017-10-12Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson
2017-10-12Fix memory leak on lookup failureDr. Stephen Henson
2017-10-12Don't ignore passed ENGINE.Dr. Stephen Henson
2017-10-11Ensure we test all parameters for BN_FLG_CONSTTIMEMatt Caswell
2017-10-09Reduce the things we ignore in test/Richard Levitte
2017-10-09Use the possibility to have test results in a different directoryRichard Levitte
2017-10-09Fix util/perl/OpenSSL/Test.pm input variable overwriteRichard Levitte
2017-10-09Fix parameter name, for common aesthetics and to silence IDE warnings.Mouse
2017-10-09Fix util/find-doc-nits to correctly parse function signature typedefsRichard Levitte
2017-10-09Correct some typedef documentationRichard Levitte
2017-10-08Fix doc for i2d/d2i private/public keyRich Salz
2017-10-06doc/apps/openssl.pod: Add missing commands and linksRichard Levitte
2017-10-05Test mac-then-encryptEmilia Kasper
2017-10-05Add SSL_OP_NO_ENCRYPT_THEN_MACDavid Woodhouse
2017-10-04Remove an incorrect commentMatt Caswell
2017-10-04Configurations/windows-makefile.tmpl: canonicalise configured pathsRichard Levitte
2017-10-02Fix the return type of felem_is_zero_int which should be int.Bernd Edlinger
2017-09-30recipes/25-test_verify.t: reformat.Andy Polyakov
2017-09-30Guard against DoS in name constraints handling.David Benjamin
2017-09-29Added const-time flag to DSA key decoding to avoid potential leak of privkeySamuel Weiser
2017-09-29doc: note that the BN_new() initialises the BIGNUMHubert Kario
2017-09-27Allow DH_set0_key with only private key.David Benjamin
2017-09-27BN_copy now propagates BN_FLG_CONSTTIMESamuel Weiser