summaryrefslogtreecommitdiffstats
path: root/apps/speed.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-03After saving errno clear it before calls to strtol et. al.Viktor Dukhovni1-0/+4
2016-04-03make updateViktor Dukhovni1-0/+2
2016-04-03Move peer chain security checks into x509_vfy.cViktor Dukhovni31-73/+543
2016-04-03Tidy up x509_vfy callback handlingViktor Dukhovni3-289/+221
2016-04-03Ordinals adjustmentRichard Levitte1-2/+2
2016-04-03Rename get/set_app_data to get0/set0_app_dataMatt Caswell4-11/+11
2016-04-03Various DSA opacity fixupsMatt Caswell7-89/+54
2016-04-03make updateMatt Caswell1-0/+36
2016-04-03Added DSA opacity to CHANGESMatt Caswell1-0/+5
2016-04-03Document functions added as a result of DSA opacity changesMatt Caswell3-44/+262
2016-04-03Make DSA_METHOD opaqueMatt Caswell14-153/+476
2016-04-03Make the DSA structure opaqueMatt Caswell16-88/+243
2016-04-02Adapt some test recipes to the newer cmdstr()Richard Levitte9-9/+9
2016-04-02Enhance OpenSSL::Test::cmdstr to give cmd string variantsRichard Levitte1-2/+25
2016-04-02moved structure bio_buf_mem_st from headers to bss_mem.cKirill Marinushkin3-7/+8
2016-04-02sizeof() updated to cover coding styleKirill Marinushkin1-2/+2
2016-04-02Optimized BIO mem read - without reallocationKirill Marinushkin5-41/+88
2016-04-02Fix: CRYPTO_THREAD_run_onceMat1-2/+2
2016-04-02apps/opt.c: next was only used when NDEBUG undefined, move it inside guardRichard Levitte1-1/+1
2016-04-02make depend: Check that find returned a non-empty string rather than an emptyRichard Levitte1-1/+1
2016-04-02Fix X509_PUBKEY cached key handling.Dr. Stephen Henson3-26/+66
2016-04-02Correcting typo that causes make install failCoty Sutherland1-1/+1
2016-04-01Add the C macro NDEBUG when configuring for releaseRichard Levitte1-0/+2
2016-04-01Force argv to be an array of long pointers on VMSRichard Levitte5-24/+19
2016-04-01Make the use of perl more consistentRichard Levitte4-4/+5
2016-03-31Use return "" not set a var and return.Rich Salz2-305/+146
2016-03-31crypto/blake2: make lowest-level function handle multiple blocks..Andy Polyakov4-171/+288
2016-03-31OpenSSL::Test: have cmdstr() return the true command.Richard Levitte1-2/+2
2016-03-31When looking for executables, don't forget the extensionRichard Levitte1-6/+13
2016-03-31RT4458: Fix #ifndef line for GOSTPauli1-2/+2
2016-03-31Fix "no-ui" configurationRichard Levitte7-46/+118
2016-03-31Make the '-in' option in apps/passwd.c less mandatoryRichard Levitte1-4/+10
2016-03-31Remove the CRYPTO_mem_leaks adjustment for the BIOMatt Caswell1-13/+1
2016-03-30Fix buffer overrun in ASN1_parse().Ben Laurie2-11/+20
2016-03-30Fix pointer size issues with argv on VMSRichard Levitte3-12/+23
2016-03-30Fix pointer size issue with setbuf() on VMSRichard Levitte1-0/+14
2016-03-30Fix pointer size issues on VMSRichard Levitte2-0/+49
2016-03-30Rearrange the use of 'proto' in BIO_lookupRichard Levitte1-10/+11
2016-03-30When verbosity is requested, OpenSSL::Test::run() displays the commandRichard Levitte1-0/+3
2016-03-30Have OpenSsl..Test::app() and friends look for file in source as wellRichard Levitte1-9/+21
2016-03-30Since OpenSSL::Test redirects stderr to /dev/null, don't do so in 80-test_ca.tRichard Levitte1-4/+4
2016-03-30Add the option 'interpreter_args' to perlapps() and perltest()Richard Levitte1-3/+21
2016-03-30Remove X509_PUBKEY lock.Dr. Stephen Henson1-19/+11
2016-03-30Make it legal C.Ben Laurie1-1/+1
2016-03-30More things that don't work together.Ben Laurie1-0/+2
2016-03-30Fix build compilation failuresMatt Caswell2-3/+1
2016-03-30Break out DllMain from crypto/cryptlib.c and use it in shared libs onlyRichard Levitte3-49/+55
2016-03-30Make it possible to specify source files that will only be used for shared libsRichard Levitte4-4/+47
2016-03-30Adapt bf_lbuf for opaque BIORichard Levitte2-3/+2
2016-03-30'make test' depends of having util/shlib-wrap.sh symlinked in build dirRichard Levitte1-1/+2