summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-05-27Make default_method mostly compile-timeRich Salz
2017-05-27modes/ocb128.c: address undefined behaviour warning.Andy Polyakov
2017-05-22[1.1.0 backport] set entry type on SCTs from X.509 and OCSP extensionsAlex Gaynor
2017-05-22Fix infinite loops in secure memory allocation.Todd Short
2017-05-19Fix ASN1_TIME_to_generalizedtime to take a const ASN1_TIMEMatt Caswell
2017-05-11Clean away needless VMS checkRichard Levitte
2017-05-11Cleanup - use e_os2.h rather than stdint.hRichard Levitte
2017-05-11Fix strict-warnings buildPatrick Steuer
2017-05-11Remove dead code.Pauli
2017-05-05sha/sha512.c: fix formatting.Andy Polyakov
2017-05-05perlasm/x86_64-xlate.pl: work around problem with hex constants in masm.Andy Polyakov
2017-05-04Fix pathname errors in errcode fileRich Salz
2017-05-04Don't leave stale errors on queue if DSO_dsobyaddr() failsMatt Caswell
2017-05-02Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAMEMatt Caswell
2017-05-02Fix URL links in commentRich Salz
2017-05-02Fix time offset calculation.Todd Short
2017-04-30asn1/a_int.c: fix "next negative minimum" corner case in c2i_ibuf.Andy Polyakov
2017-04-28Check fflush on BIO_ctrl callRich Salz
2017-04-26Remove unnecessary loop in pkey_rsa_decrypt.Bernd Edlinger
2017-04-25asn1/a_int.c: clean up asn1_get_int64.Andy Polyakov
2017-04-25asn1/a_int.c: don't write result if returning error.Andy Polyakov
2017-04-25asn1/a_int.c: simplify asn1_put_uint64.Andy Polyakov
2017-04-25asn1/a_int.c: remove code duplicate and optimize branches,Andy Polyakov
2017-04-25Fix problem with SCTP close_notify alertsMatt Caswell
2017-04-24check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AADRich Salz
2017-04-24Annotate ASN.1 attributes of the jurisdictionCountryName NIDAlex Gaynor
2017-04-22Numbers greater than 1 are usually non-negative.David Benjamin
2017-04-13ASN.1: change INTxx, UINTxx and Z variants to be embedableRichard Levitte
2017-04-13ASN.1: extend the possibilities to embed data instead of pointersRichard Levitte
2017-04-11Added error checking for OBJ_createFrank Morgner
2017-04-11Fix x_int64.cRichard Levitte
2017-04-11Reject decoding of an INT64 with a value >INT64_MAXMatt Caswell
2017-04-10rand/rand_lib.c: keep fixing no-engine configuration.Andy Polyakov
2017-04-10asn1/x_long.c: remove conditions in inner loops and dependency on BN.Andy Polyakov
2017-04-08e_os.h: omit PRIu64.Andy Polyakov
2017-04-08bio/b_print.c: drop dependency on BN config.Andy Polyakov
2017-04-07Fix rand_lib.c for no-engine configurationRichard Levitte
2017-04-07Don't try to clean up RAND from ENGINERichard Levitte
2017-04-07Make getting and setting the RAND default method thread safeRichard Levitte
2017-04-06In rand_cleanup_int(), don't go creating a default methodRichard Levitte
2017-04-04Fix faulty check of padding in x_long.cRichard Levitte
2017-04-04Fix a possible integer overflow in long_c2iMatt Caswell
2017-04-04make updateRichard Levitte
2017-04-04Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte
2017-04-02crypto/ppccap.c: SIGILL-free processor capabilities detection on MacOS X.Andy Polyakov
2017-03-31Fix for #2730. Add CRLDP extension to list of supported extensionsJon Spillett
2017-03-30More typo fixesFdaSilvaYY
2017-03-28Fix 0 -> NULL, indentationFdaSilvaYY
2017-03-28Refomat a few comments on 80 colsFdaSilvaYY
2017-03-27In err_cleanup(), cleanup the thread local storage tooRichard Levitte