summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testutil: return 1 on successEmilia Kasper2016-04-056-41/+25
* fix memory leak in caDr. Stephen Henson2016-04-051-1/+1
* New SSL test frameworkEmilia Kasper2016-04-0524-69/+12319
* Fix a shadow symbol warningFdaSilvaYY2016-04-041-5/+5
* set exec attribute for .pl filesViktor Szakats2016-04-042-0/+0
* fix perl shebangViktor Szakats2016-04-041-1/+1
* use whitespace more consistentlyViktor Szakats2016-04-042-49/+49
* Revert "various spelling fixes"Rich Salz2016-04-0433-66/+65
* Revert "Fix an error code spelling."Rich Salz2016-04-043-3/+3
* Fix an error code spelling.FdaSilvaYY2016-04-043-3/+3
* various spelling fixesFdaSilvaYY2016-04-0433-65/+66
* Fix a possible leak on NETSCAPE_SPKI_verify failure.FdaSilvaYY2016-04-041-0/+1
* Use X509_REQ_get0_pubkeyFdaSilvaYY2016-04-044-28/+13
* Add X509_REQ_get0_pubkey methodFdaSilvaYY2016-04-044-5/+16
* Fix two leaks in X509_REQ_to_X509FdaSilvaYY2016-04-041-4/+14
* Make sure the rand_byte buffer in padlock engine is cleansed.Richard Levitte2016-04-041-1/+1
* crypto/poly1305: don't break carry chains.Andy Polyakov2016-04-0410-76/+146
* Fix memory leaks in ASN.1Emilia Kasper2016-04-047-5/+157
* Removed no-ops for the old locking APIMichaƂ Trojnara2016-04-031-24/+8
* Fix mixed declarations and codeViktor Dukhovni2016-04-031-1/+2
* Don't shadow known symbols write, read, puts, getsRichard Levitte2016-04-041-8/+8
* Makefile et al template: only modify static library with new object filesRichard Levitte2016-04-042-2/+2
* apps/Makefile.in: add tsget rule.Andy Polyakov2016-04-031-0/+4
* After saving errno clear it before calls to strtol et. al.Viktor Dukhovni2016-04-031-0/+4
* make updateViktor Dukhovni2016-04-031-0/+2
* Move peer chain security checks into x509_vfy.cViktor Dukhovni2016-04-0331-73/+543
* Tidy up x509_vfy callback handlingViktor Dukhovni2016-04-033-289/+221
* Ordinals adjustmentRichard Levitte2016-04-031-2/+2
* Rename get/set_app_data to get0/set0_app_dataMatt Caswell2016-04-034-11/+11
* Various DSA opacity fixupsMatt Caswell2016-04-037-89/+54
* make updateMatt Caswell2016-04-031-0/+36
* Added DSA opacity to CHANGESMatt Caswell2016-04-031-0/+5
* Document functions added as a result of DSA opacity changesMatt Caswell2016-04-033-44/+262
* Make DSA_METHOD opaqueMatt Caswell2016-04-0314-153/+476
* Make the DSA structure opaqueMatt Caswell2016-04-0316-88/+243
* Adapt some test recipes to the newer cmdstr()Richard Levitte2016-04-029-9/+9
* Enhance OpenSSL::Test::cmdstr to give cmd string variantsRichard Levitte2016-04-021-2/+25
* moved structure bio_buf_mem_st from headers to bss_mem.cKirill Marinushkin2016-04-023-7/+8
* sizeof() updated to cover coding styleKirill Marinushkin2016-04-021-2/+2
* Optimized BIO mem read - without reallocationKirill Marinushkin2016-04-025-41/+88
* Fix: CRYPTO_THREAD_run_onceMat2016-04-021-2/+2
* apps/opt.c: next was only used when NDEBUG undefined, move it inside guardRichard Levitte2016-04-021-1/+1
* make depend: Check that find returned a non-empty string rather than an emptyRichard Levitte2016-04-021-1/+1
* Fix X509_PUBKEY cached key handling.Dr. Stephen Henson2016-04-023-26/+66
* Correcting typo that causes make install failCoty Sutherland2016-04-021-1/+1
* Add the C macro NDEBUG when configuring for releaseRichard Levitte2016-04-011-0/+2
* Force argv to be an array of long pointers on VMSRichard Levitte2016-04-015-24/+19
* Make the use of perl more consistentRichard Levitte2016-04-014-4/+5
* Use return "" not set a var and return.Rich Salz2016-03-312-305/+146
* crypto/blake2: make lowest-level function handle multiple blocks..Andy Polyakov2016-03-314-171/+288