aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Build: Change all _NO_INST to use attributes instead.Richard Levitte2019-01-229-50/+106
* Configure: add attributes to end product build.info variablesRichard Levitte2019-01-221-70/+86
* Configure: teach the tokenizer to handle other separators than spacesRichard Levitte2019-01-221-18/+29
* Update NOTES.ANDROIDMatt Eaton2019-01-211-1/+1
* Rework building: Get rid of old %unified_info structuresRichard Levitte2019-01-214-163/+14
* Rework building: adapt some scriptsRichard Levitte2019-01-213-37/+14
* Rework building: Unix changes to handle extensions and product namesRichard Levitte2019-01-2110-247/+267
* Rework building: VMS changes to handle extensions and product namesRichard Levitte2019-01-216-112/+167
* Rework building: Windows changes to handle extensions and product namesRichard Levitte2019-01-216-105/+169
* Rework building: initial changesRichard Levitte2019-01-213-1/+125
* Make ca command silently use default if .attr file does not existBernd Edlinger2019-01-211-1/+1
* PPC: Try out if mftb works before using itBernd Edlinger2019-01-215-25/+167
* update Copyright dateDavid von Oheimb2019-01-211-1/+1
* add 'L' after _OPENSSL_VERSION_PRE_RELEASE literals, fixes #8021David von Oheimb2019-01-211-2/+2
* Fix a memory leak in the mem bioCorey Minyard2019-01-214-11/+85
* Add missing EVP_MD documentationAntoine Salon2019-01-182-18/+91
* s_client: Add basic proxy authentication supportMarc2019-01-182-5/+93
* Reduce inputs before the RSAZ code.David Benjamin2019-01-172-31/+58
* apps/verify.c: Change an old comment to clarify what the callback doesRichard Levitte2019-01-161-5/+8
* crypto/bio/b_dump.c: change all char* to void*, and constifyRichard Levitte2019-01-162-18/+20
* crypto/armcap.c, crypto/ppccap.c: stricter use of getauxval()Richard Levitte2019-01-162-47/+49
* crypto/uid.c: use own macro as guard rather than AT_SECURERichard Levitte2019-01-161-1/+2
* Don't get the mac type in TLSv1.3Matt Caswell2019-01-151-3/+1
* Add missing entries in ssl_mac_pkey_idMatt Caswell2019-01-151-0/+2
* Check more return values in the SRP codeMatt Caswell2019-01-152-4/+19
* Check a return value in the SRP codeMatt Caswell2019-01-151-0/+2
* Fix compilation with `-DREF_PRINT`Anna Henningsen2019-01-133-3/+3
* Don't artificially limit the size of the ClientHelloMatt Caswell2019-01-081-7/+0
* Fix compilation on sparcMatt Caswell2019-01-082-2/+5
* Fix CID 1434549: Unchecked return value in test/evp_test.cFdaSilvaYY2019-01-083-30/+26
* More configurable crypto and ssl library initializationViktor Dukhovni2019-01-0711-37/+142
* Update generator copyright year.Viktor Dukhovni2019-01-076-6/+6
* Add a test for correct handling of the cryptopro bug extensionMatt Caswell2019-01-076-25/+42
* Don't complain if we receive the cryptopro extension in the ClientHelloMatt Caswell2019-01-071-2/+4
* doc/man1/x509.pod: fix typoDr. Matthias St. Pierre2019-01-071-1/+1
* Restore compatibility with GOST2001 implementations.Dmitry Belyavskiy2019-01-061-1/+6
* Fix no-sockMatt Caswell2019-01-062-9/+6
* Fix no-cmacMatt Caswell2019-01-061-3/+3
* crypto/evp/e_aes.c: build again on s390xRichard Levitte2019-01-051-2/+14
* crypto/chacha/asm/chacha-s390x.pl: add vx code path.Patrick Steuer2019-01-052-259/+558
* s390x assembly pack: perlasm support.Patrick Steuer2019-01-051-0/+3060
* Support _onexit() in preference to atexit() on WindowsMatt Caswell2019-01-041-2/+16
* Introduce a no-pinshared optionMatt Caswell2019-01-045-24/+51
* Test atexit handlersMatt Caswell2019-01-042-16/+87
* Don't link shlibloadtest against libcryptoMatt Caswell2019-01-042-50/+90
* Implement OPENSSL_INIT_NO_ATEXITMatt Caswell2019-01-043-6/+41
* Fix a RUN_ONCE bugMatt Caswell2019-01-043-16/+129
* Fix shlibloadtest to properly execute the dso_ref testMatt Caswell2019-01-041-9/+3
* Eliminate unused buffers from ssl3_change_cipher_stateDmitry Belyavskiy2019-01-031-6/+0
* Remove unused variables from tls1_change_cipher_stateDmitry Belyavskiy2019-01-031-12/+0