summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-04-05testutil: return 1 on successEmilia Kasper
2016-04-05fix memory leak in caDr. Stephen Henson
2016-04-05New SSL test frameworkEmilia Kasper
2016-04-04Fix a shadow symbol warningFdaSilvaYY
2016-04-04set exec attribute for .pl filesViktor Szakats
2016-04-04fix perl shebangViktor Szakats
2016-04-04use whitespace more consistentlyViktor Szakats
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04Revert "Fix an error code spelling."Rich Salz
2016-04-04Fix an error code spelling.FdaSilvaYY
2016-04-04various spelling fixesFdaSilvaYY
2016-04-04Fix a possible leak on NETSCAPE_SPKI_verify failure.FdaSilvaYY
2016-04-04Use X509_REQ_get0_pubkeyFdaSilvaYY
2016-04-04Add X509_REQ_get0_pubkey methodFdaSilvaYY
2016-04-04Fix two leaks in X509_REQ_to_X509FdaSilvaYY
2016-04-04Make sure the rand_byte buffer in padlock engine is cleansed.Richard Levitte
2016-04-04crypto/poly1305: don't break carry chains.Andy Polyakov
2016-04-04Fix memory leaks in ASN.1Emilia Kasper
2016-04-03Removed no-ops for the old locking APIMichaƂ Trojnara
2016-04-03Fix mixed declarations and codeViktor Dukhovni
2016-04-04Don't shadow known symbols write, read, puts, getsRichard Levitte
2016-04-04Makefile et al template: only modify static library with new object filesRichard Levitte
2016-04-03apps/Makefile.in: add tsget rule.Andy Polyakov
2016-04-03After saving errno clear it before calls to strtol et. al.Viktor Dukhovni
2016-04-03make updateViktor Dukhovni
2016-04-03Move peer chain security checks into x509_vfy.cViktor Dukhovni
2016-04-03Tidy up x509_vfy callback handlingViktor Dukhovni
2016-04-03Ordinals adjustmentRichard Levitte
2016-04-03Rename get/set_app_data to get0/set0_app_dataMatt Caswell
2016-04-03Various DSA opacity fixupsMatt Caswell
2016-04-03make updateMatt Caswell
2016-04-03Added DSA opacity to CHANGESMatt Caswell
2016-04-03Document functions added as a result of DSA opacity changesMatt Caswell
2016-04-03Make DSA_METHOD opaqueMatt Caswell
2016-04-03Make the DSA structure opaqueMatt Caswell
2016-04-02Adapt some test recipes to the newer cmdstr()Richard Levitte
2016-04-02Enhance OpenSSL::Test::cmdstr to give cmd string variantsRichard Levitte
2016-04-02moved structure bio_buf_mem_st from headers to bss_mem.cKirill Marinushkin
2016-04-02sizeof() updated to cover coding styleKirill Marinushkin
2016-04-02Optimized BIO mem read - without reallocationKirill Marinushkin
2016-04-02Fix: CRYPTO_THREAD_run_onceMat
2016-04-02apps/opt.c: next was only used when NDEBUG undefined, move it inside guardRichard Levitte
2016-04-02make depend: Check that find returned a non-empty string rather than an emptyRichard Levitte
2016-04-02Fix X509_PUBKEY cached key handling.Dr. Stephen Henson
2016-04-02Correcting typo that causes make install failCoty Sutherland
2016-04-01Add the C macro NDEBUG when configuring for releaseRichard Levitte
2016-04-01Force argv to be an array of long pointers on VMSRichard Levitte
2016-04-01Make the use of perl more consistentRichard Levitte
2016-03-31Use return "" not set a var and return.Rich Salz
2016-03-31crypto/blake2: make lowest-level function handle multiple blocks..Andy Polyakov