summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-10-09Document that lhash isn't thread safe under any circumstances andPauli
2017-10-08Fix doc for i2d/d2i private/public keyRich Salz
2017-10-07Anchor the regexp matchRich Salz
2017-10-07Rewrite some codeRich Salz
2017-10-06Merge tls1_check_curve into tls1_check_group_idDr. Stephen Henson
2017-10-06Change curves to groups where relevantDr. Stephen Henson
2017-10-06Use separate functions for supported and peer groups listsDr. Stephen Henson
2017-10-06doc/man1/openssl.pod: Add missing commands and linksRichard Levitte
2017-10-05Fixes #4459 "issuserAltName" documentation typo.Andrew Siplas
2017-10-05stack/stack.c: various cleanups.Andy Polyakov
2017-10-05Remove some commented out codeMatt Caswell
2017-10-04Remove an incorrect commentMatt Caswell
2017-10-04Configurations/windows-makefile.tmpl: canonicalise configured pathsRichard Levitte
2017-10-04Session resume broken switching contextsTodd Short
2017-10-03Use more pre-allocationFdaSilvaYY
2017-10-03Postpone allocation of STACK internal storage ... until a first push(),FdaSilvaYY
2017-10-02nistp521: add a comment to the P+P exceptional case in point_add.Adam Langley
2017-10-02Fix the return type of felem_is_zero_int which should be int.Bernd Edlinger
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-29Put back the #include <openssl/safestack.h> lines in public headers.Pauli
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli
2017-09-28Use safestack.h exclusively internally.Pauli
2017-09-28Add stack space reservations.Pauli
2017-09-28Add a reserve call to the stack data structure.Pauli
2017-09-27BN_copy now propagates BN_FLG_CONSTTIMESamuel Weiser
2017-09-27Fixed error in propagating BN_FLG_CONSTTIME flag through BN_MONT_CTX_set, whi...Samuel Weiser
2017-09-26Allow DH_set0_key with only private key.David Benjamin
2017-09-26Add and use function tls1_in_list to avoid code duplication.Dr. Stephen Henson
2017-09-26Use tls1_group_id_lookup in tls1_curve_allowedDr. Stephen Henson
2017-09-26Rename tls1_get_curvelist.Dr. Stephen Henson
2017-09-26Rewrite compression and group checks.Dr. Stephen Henson
2017-09-26New function ssl_generate_param_groupDr. Stephen Henson
2017-09-26Replace tls1_ec_curve_id2nid.Dr. Stephen Henson
2017-09-26Rename tls_curve_info to TLS_GROUP_INFO, move to ssl_locl.hDr. Stephen Henson
2017-09-26Return group id in tls1_shared_groupDr. Stephen Henson
2017-09-26Return correct Suite B curve, fix comment.Dr. Stephen Henson
2017-09-26Make sure that a cert with extensions gets version number 2 (v3)Richard Levitte
2017-09-24Update comments to match function parameter namesSaagar Jha
2017-09-23Use size of entries, not size of the pointer.Kurt Roeckx
2017-09-23Use curve_id not the nidKurt Roeckx
2017-09-23Remove dhparam from SSL_CONF list.Dr. Stephen Henson
2017-09-23Fix 'key' option in s_server can be in ENGINE keyformPichulin Dmitrii
2017-09-22Store groups as uint16_tDr. Stephen Henson
2017-09-22Configure: add -Wmisleading-indentation to strict warnings flags.Andy Polyakov
2017-09-22Guard against DoS in name constraints handling.David Benjamin
2017-09-21Cleanup whitespace in ssl_lib.c (tabs to spaces)Dr. Matthias St. Pierre
2017-09-21Fix strict-warnings buildPatrick Steuer
2017-09-21Configure: unify clang's -Qunused-arguments option treatment.Andy Polyakov