summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-08-13Add encoded points to other EC curves too.Dr. Stephen Henson
2016-08-13Add point ctrls to X25519Dr. Stephen Henson
2016-08-13Add X25519 methods to internal tablesDr. Stephen Henson
2016-08-13add to build.infoDr. Stephen Henson
2016-08-13make errorsDr. Stephen Henson
2016-08-13X25519 public key methodsDr. Stephen Henson
2016-08-13Fix type of ptr field.Dr. Stephen Henson
2016-08-13Use OIDs from draft-ietf-curdle-pkix-02Dr. Stephen Henson
2016-08-12crypto/sparcv9cap.c: add missing declaration.Andy Polyakov
2016-08-11crypto/ui/ui_openssl.c: let new-line through after query in Windows path.Andy Polyakov
2016-08-11crypto/sparcv9cap.c: fix overstep in getisax.Andy Polyakov
2016-08-11sha/asm/sha1-x86_64.pl: fix crash in SHAEXT code on Windows.Andy Polyakov
2016-08-10Adapt BIO_new_accept() to call BIO_set_accept_name()jamercee
2016-08-10Change callers to use the new constants.Rich Salz
2016-08-10Fix spelling of error codeKurt Roeckx
2016-08-10Add some const castsRich Salz
2016-08-05Fix irregularities in GENERAL_NAME_print().Tomas Mraz
2016-08-05Mkae CT_log_new_from_base64 always return 0 on failureRob Percival
2016-08-05spelling fixes, just comments and readme.klemens
2016-08-05Removes CTLOG_new_null from the CT public APIRob Percival
2016-08-05Sanity check input length in OPENSSL_uni2asc().Dr. Stephen Henson
2016-08-05Free buffer in a2i_ASN1_INTEGER() on error path.Dr. Stephen Henson
2016-08-04Remove get_hash completelyRich Salz
2016-08-04Remove "lockit" from internal error-hash functionRich Salz
2016-08-04Limit status message sisze in ts_get_status_checkDr. Stephen Henson
2016-08-04Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY
2016-08-04Constify inputs of two X509_LOOKUP_METHOD methodsFdaSilvaYY
2016-08-04Constify input bufferFdaSilvaYY
2016-08-04Constify two internal methodsFdaSilvaYY
2016-08-04Constify ASN1_INTEGER_get, ASN1_ENUMERATED_getFdaSilvaYY
2016-08-04VSI submission: make the VMS version of RAND_poll() faster and more secureRichard Levitte
2016-08-04VSI submisson: make better use of item lists in o_time.cRichard Levitte
2016-08-03Don't check any revocation info on proxy certificatesRichard Levitte
2016-08-02Check for overlows and error return from ASN1_object_size()Dr. Stephen Henson
2016-08-02Check for overflows in ASN1_object_size().Dr. Stephen Henson
2016-08-02Fix some style issues...FdaSilvaYY
2016-08-01Constify some X509_CRL, X509_REQ functions.Dr. Stephen Henson
2016-08-01Constify some X509_CRL functions.Dr. Stephen Henson
2016-08-01Add DSA_bits() function.Dr. Stephen Henson
2016-08-01Forgotten make updateRichard Levitte
2016-08-01Const the ex data stuff too to fix warningsRichard J. Moore
2016-08-01Const EC_KEY_dupRichard J. Moore
2016-08-01Additional CMS content types from RFC 4073, RFC 5083, and RFC 5084.Wim Lewis
2016-08-01Fix bad result in i2b_PVK()Matt Caswell
2016-08-01Fix param order in RSA_get0_keyMatt Caswell
2016-08-01Fix various no-*s.Ben Laurie
2016-08-01crypto/ui/ui_openssl.c: UTF-y Windows code path.Andy Polyakov
2016-07-31evp/bio_enc.c: perform enc_read operation without using overlapping buffers.Andy Polyakov
2016-07-31evp/evp_enc.c: make assert error message more readableAndy Polyakov
2016-07-30Ignore the serial number for now and just do the rest.Richard J. Moore