summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* VMS: Harmonize the paths in openssl_startup.com with what's really installedRichard Levitte2016-03-291-8/+10
* VMS: Display the correct path to openssl_startup.com and openssl-utils.comRichard Levitte2016-03-291-3/+6
* RT 4393: Call EC_GROUP_order_bits in priv2opt.David Benjamin2016-03-291-1/+1
* Add a CHANGES entry for opaque BIOsMatt Caswell2016-03-291-1/+6
* Add documentation for BIO functionsMatt Caswell2016-03-294-8/+204
* make updateMatt Caswell2016-03-291-0/+26
* Make BIO opaqueMatt Caswell2016-03-2922-316/+534
* Add functions for creating BIO_METHODsMatt Caswell2016-03-293-3/+169
* Fix a big leak when using stack-allocated BIO items.FdaSilvaYY2016-03-291-17/+12
* poly1305/asm/poly1305-x86.pl: don't loose 59-th bit.Andy Polyakov2016-03-292-9/+40
* crypto/seed: add small-footprint path.Andy Polyakov2016-03-292-485/+360
* Windows build system: fix 32-bit appveyor build.Andy Polyakov2016-03-292-1/+29
* Build system: VC-WIN64I fixups.Andy Polyakov2016-03-293-11/+11
* When using no-dtls create OPENSSL_NO_DTLSKurt Roeckx2016-03-281-0/+1
* Add session reuse tests.Kurt Roeckx2016-03-272-1/+189
* Resolve DTLS cookie and version before session resumption.David Benjamin2016-03-271-33/+32
* It's called SSL_session_reused(), not SSL_session_resumed()Kurt Roeckx2016-03-271-1/+1
* Allow different protocol version when trying to reuse a sessionFedor Indutny2016-03-277-167/+87
* Math::BigInt does floored divs, BN_div does truncated div, compensateRichard Levitte2016-03-271-0/+9
* RT4476: Fix some cast-alignment warningsJeffrey Walton2016-03-251-1/+1
* VMS: add a note about DECC$* logical namesRichard Levitte2016-03-251-4/+8