summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-07-05Reorganise asn1.h and add comments.Dr. Stephen Henson
2016-07-04Update fuzz/README.mdRich Salz
2016-07-04perl: Separate compile-time environment from runtime environmentRichard Levitte
2016-07-02Fix broken loading of client CAsAndreas Karlsson
2016-07-02VMS: Add installation verification procedureRichard Levitte
2016-07-02Fix some VMS inconsistenciesRichard Levitte
2016-07-02Install the openssl app with version number on VMSRichard Levitte
2016-07-02Have the VMS shared library file names contain the shared versionRichard Levitte
2016-07-02Pass down correct information to the VMS startup script templatesRichard Levitte
2016-07-02Add the missing pointer_size information on VMS configsRichard Levitte
2016-07-02Ensure that global dependencies are built first, even for parallell buildsBen Laurie
2016-07-01Use the SSL_METHODs passed to create_ssl_ctx_pair()Matt Caswell
2016-07-01Avoid an overflow in constructing the ServerKeyExchange messageMatt Caswell
2016-07-01Cleanup obj_dat.h, obj_dat.plRich Salz
2016-07-01Deal with pod2html issues, in this case the lack of .html suffix in linksRichard Levitte
2016-07-01Simplify INCLUDE statements in build.info filesRichard Levitte
2016-07-01Make build.info INCLUDE stmts be both source and build tree relativeRichard Levitte
2016-07-01fix 'set but not used' warningDr. Stephen Henson
2016-07-01Re-add x509 and crl fuzzerKurt Roeckx
2016-07-01Add old locking constants backKurt Roeckx
2016-07-01Make CRYPTO_num_locks() return 1Kurt Roeckx
2016-07-01fix code formattingmrpre
2016-07-01add return value for expandmrpre
2016-07-01Fix printing private EC_KEYAlessandro Ghedini
2016-07-01ssl.h: spelling in commentViktor Szakats
2016-07-01Run the fuzzing corpora as tests.Ben Laurie
2016-07-01SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov
2016-07-01SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov
2016-06-30Windows: Recreate the $prefix variableRichard Levitte
2016-06-30Constify a bit more OPENSSL_sk_ APIFdaSilvaYY
2016-06-30Use directly zalloc in OPENSSL_sk_dup and OPENSSL_sk_deep_copyFdaSilvaYY
2016-06-30Convert memset calls to OPENSSL_cleanseMatt Caswell
2016-06-30Cleanup documentation for removed functionalityMatt Caswell
2016-06-30Add some compat macros for removed tmp RSA functions/macrosMatt Caswell
2016-06-30Fix hmac test case 6Kurt Cancemi
2016-06-30Restore clang builds in travis.ymlRich Salz
2016-06-30Remove the envvar hack to enable proxy cert processingRichard Levitte
2016-06-29Whitespace cleanup in appsFdaSilvaYY
2016-06-29Whitespace cleanup in ssl folderFdaSilvaYY
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-06-29Whitespace cleanup in docsFdaSilvaYY
2016-06-29SpellingFdaSilvaYY
2016-06-29Some interfaces may have IPv6 addresses even if an IPv6 address is notBen Laurie
2016-06-28Add comment about X509_printAlex Gaynor
2016-06-28SSL test framework: port SNI testsEmilia Kasper
2016-06-28base64 macro: parenthesize for clarityEmilia Kasper
2016-06-28Windows: Make DESTDIR workRichard Levitte
2016-06-28Build files: don't generate empty action lines in generatedir()Richard Levitte
2016-06-27Use include paths to our source before any other cflagsRoumen Petrov
2016-06-27engines/e_capi.c: accommodate recent DSA_SIG_[get|set]0 changes.Andy Polyakov