summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* OpenSSL::Test: have cmdstr() return the true command.Richard Levitte2016-03-311-2/+2
* When looking for executables, don't forget the extensionRichard Levitte2016-03-311-6/+13
* RT4458: Fix #ifndef line for GOSTPauli2016-03-311-2/+2
* Fix "no-ui" configurationRichard Levitte2016-03-317-46/+118
* Make the '-in' option in apps/passwd.c less mandatoryRichard Levitte2016-03-311-4/+10
* Remove the CRYPTO_mem_leaks adjustment for the BIOMatt Caswell2016-03-311-13/+1
* Fix buffer overrun in ASN1_parse().Ben Laurie2016-03-302-11/+20
* Fix pointer size issues with argv on VMSRichard Levitte2016-03-303-12/+23
* Fix pointer size issue with setbuf() on VMSRichard Levitte2016-03-301-0/+14
* Fix pointer size issues on VMSRichard Levitte2016-03-302-0/+49
* Rearrange the use of 'proto' in BIO_lookupRichard Levitte2016-03-301-10/+11
* When verbosity is requested, OpenSSL::Test::run() displays the commandRichard Levitte2016-03-301-0/+3
* Have OpenSsl..Test::app() and friends look for file in source as wellRichard Levitte2016-03-301-9/+21
* Since OpenSSL::Test redirects stderr to /dev/null, don't do so in 80-test_ca.tRichard Levitte2016-03-301-4/+4
* Add the option 'interpreter_args' to perlapps() and perltest()Richard Levitte2016-03-301-3/+21
* Remove X509_PUBKEY lock.Dr. Stephen Henson2016-03-301-19/+11
* Make it legal C.Ben Laurie2016-03-301-1/+1
* More things that don't work together.Ben Laurie2016-03-301-0/+2
* Fix build compilation failuresMatt Caswell2016-03-302-3/+1
* Break out DllMain from crypto/cryptlib.c and use it in shared libs onlyRichard Levitte2016-03-303-49/+55
* Make it possible to specify source files that will only be used for shared libsRichard Levitte2016-03-304-4/+47
* Adapt bf_lbuf for opaque BIORichard Levitte2016-03-302-3/+2
* 'make test' depends of having util/shlib-wrap.sh symlinked in build dirRichard Levitte2016-03-301-1/+2
* Require intermediate CAs to have basicConstraints CA:true.Viktor Dukhovni2016-03-295-3/+48
* Fix the zlib config optionMatt Caswell2016-03-291-21/+31
* Clarify the behavior of BIO_gets() a bit moreBenjamin Kaduk2016-03-291-4/+6
* Fixup SSL EX_DATA indexTodd Short2016-03-292-6/+5
* Config: The cflags in vms-alpha and vms-ia64 have to be addedRichard Levitte2016-03-291-8/+8
* VMS: Disable the warning MAYLOSEDATA3Richard Levitte2016-03-291-12/+58