aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prevent infinite loop when reading PEMky/pem-read-fix-unsigned-castKazuki Yamaguchi2017-10-311-1/+1
* Only reset the ctx when a cipher is givenKurt Roeckx2017-10-301-1/+2
* make updateRichard Levitte2017-10-303-0/+8
* EVP_PKEY_asn1_add0(): Check that this method isn't already registeredRichard Levitte2017-10-301-0/+5
* Document EVP_PKEY_ASN1_METHOD and associated functionsRichard Levitte2017-10-302-0/+449
* EVP_PKEY_ASN1_METHOD: add functions to set siginf_set and pkey_check methodsRichard Levitte2017-10-303-0/+28
* Prevent NULL dereference in async clear-fd codeBenjamin Kaduk2017-10-301-0/+1
* Fix memory leak in crltest error caseBenjamin Kaduk2017-10-301-0/+2
* [packettest] Fix misplaced parenthesesAlexDenisov2017-10-301-7/+7
* Provide SSL_CTX.stats.sess_accept for switched ctxsBenjamin Kaduk2017-10-301-1/+14
* Normalize on session_ctx for stats where possibleBenjamin Kaduk2017-10-302-11/+15
* Use atomics for SSL_CTX statisticsBenjamin Kaduk2017-10-304-31/+62
* Whitespace and indent fixesRich Salz2017-10-301-44/+34
* s390x assembly pack: extend s390x capability vector.Patrick Steuer2017-10-3010-48/+222
* Simplify the stack reservationPaul Yang2017-10-269-29/+17
* Fix a couple nits in DEFINE_STACK_OF.podBenjamin Kaduk2017-10-261-2/+2
* Don't use strcasecmp and strncasecmp for IA5 stringsMatt Caswell2017-10-261-7/+46
* Fix doc-nits in doc/man3/DEFINE_STACK_OF.podPaul Yang2017-10-261-3/+3
* Fix mismatch of function prototype and documentPaul Yang2017-10-261-1/+1
* Add sk_TYPE_new_reserve() functionPaul Yang2017-10-265-11/+47
* doc/man3/d2i_X509.pod: add {d2i,i2d}_DSA_PUBKEY in NAME sectionRichard Levitte2017-10-261-0/+2
* CHANGES: remove empty whitespacesRonald Tse2017-10-261-174/+174
* Fix error handling in SSL_newBernd Edlinger2017-10-251-5/+6
* asn1_item_embed_new(): if locking failed, don't call asn1_item_embed_free()Richard Levitte2017-10-241-2/+7
* asn1_item_embed_new(): don't free an embedded itemRichard Levitte2017-10-243-9/+4
* Don't make any changes to the lhash structure if we are going to failMatt Caswell2017-10-241-22/+40
* Fix memory leak in GENERAL_NAME_set0_othername.Xiangyu Bu2017-10-231-0/+1
* asn1_item_embed_new(): don't free an embedded itemRichard Levitte2017-10-231-2/+4
* Correct value for BN_security_bits()Matt Caswell2017-10-231-1/+1
* e_os.h: add prandom and hwrng to the list of random devices on s390x.Patrick Steuer2017-10-221-1/+5
* apps/s_client.c: add missing null checkKaoruToda2017-10-222-12/+18
* Remove duplicate assignment.KaoruToda2017-10-211-1/+1
* Various clean-upsKaoruToda2017-10-202-3/+5
* ECDSA_* is deprecated. EC_KEY_* is used insteadJakub Jelen2017-10-201-1/+1
* Additional name for all commandsRich Salz2017-10-1849-2/+49
* Remove parentheses of return.KaoruToda2017-10-18220-1449/+1449
* Add missing RAND_DRBG lockingBenjamin Kaduk2017-10-183-4/+38
* Remove unnecessary DRBG_RESEED stateDr. Matthias St. Pierre2017-10-182-8/+7
* Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre2017-10-1819-327/+1032
* s390x assembly pack: remove capability double-checking.Patrick Steuer2017-10-174-29/+6
* crypto/aes/asm/aes-s390x.pl: fix $softonly=1 code path.Patrick Steuer2017-10-171-2/+2
* Update RAND_load_file return value.Rich Salz2017-10-171-1/+1
* x509v3/v3_utl.c: avoid double-free.Andy Polyakov2017-10-171-1/+3
* modes/gcm128.c: harmonize GCM_MUL macro with GHASH.Andy Polyakov2017-10-171-45/+56
* Some cleanups to apps/ca.cFdaSilvaYY2017-10-161-56/+34
* Make '-name' option of the 's_client' more genericPaul Yang2017-10-162-14/+32
* Remove unused variable.Ben Laurie2017-10-161-0/+2
* Cleaning secret data after useEasySec2017-10-161-3/+7
* added cmcCA and cmcRA as per rfc6402, capitalized per RFC7030 authorMichael Richardson2017-10-164-6/+30
* Code hygiene; initialize some pointers.Mouse2017-10-162-2/+2