summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-01-22Build: change remaining $unified_info{install} checks to use attributesRichard Levitte
2019-01-22Rework build: Windows dependency building fixRichard Levitte
2019-01-22Build: pass attributes down to make rule generatorsRichard Levitte
2019-01-22Build: use attributes to indicate installed script classesRichard Levitte
2019-01-22Build: Change all _NO_INST to use attributes instead.Richard Levitte
2019-01-22Configure: add attributes to end product build.info variablesRichard Levitte
2019-01-22Configure: teach the tokenizer to handle other separators than spacesRichard Levitte
2019-01-21Update NOTES.ANDROIDMatt Eaton
2019-01-21Rework building: Get rid of old %unified_info structuresRichard Levitte
2019-01-21Rework building: adapt some scriptsRichard Levitte
2019-01-21Rework building: Unix changes to handle extensions and product namesRichard Levitte
2019-01-21Rework building: VMS changes to handle extensions and product namesRichard Levitte
2019-01-21Rework building: Windows changes to handle extensions and product namesRichard Levitte
2019-01-21Rework building: initial changesRichard Levitte
2019-01-21Make ca command silently use default if .attr file does not existBernd Edlinger
2019-01-21PPC: Try out if mftb works before using itBernd Edlinger
2019-01-21update Copyright dateDavid von Oheimb
2019-01-21add 'L' after _OPENSSL_VERSION_PRE_RELEASE literals, fixes #8021David von Oheimb
2019-01-21Fix a memory leak in the mem bioCorey Minyard
2019-01-18Add missing EVP_MD documentationAntoine Salon
2019-01-18s_client: Add basic proxy authentication supportMarc
2019-01-17Reduce inputs before the RSAZ code.David Benjamin
2019-01-16apps/verify.c: Change an old comment to clarify what the callback doesRichard Levitte
2019-01-16crypto/bio/b_dump.c: change all char* to void*, and constifyRichard Levitte
2019-01-16crypto/armcap.c, crypto/ppccap.c: stricter use of getauxval()Richard Levitte
2019-01-16crypto/uid.c: use own macro as guard rather than AT_SECURERichard Levitte
2019-01-15Don't get the mac type in TLSv1.3Matt Caswell
2019-01-15Add missing entries in ssl_mac_pkey_idMatt Caswell
2019-01-15Check more return values in the SRP codeMatt Caswell
2019-01-15Check a return value in the SRP codeMatt Caswell
2019-01-13Fix compilation with `-DREF_PRINT`Anna Henningsen
2019-01-08Don't artificially limit the size of the ClientHelloMatt Caswell
2019-01-08Fix compilation on sparcMatt Caswell
2019-01-08Fix CID 1434549: Unchecked return value in test/evp_test.cFdaSilvaYY
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni
2019-01-07Update generator copyright year.Viktor Dukhovni
2019-01-07Add a test for correct handling of the cryptopro bug extensionMatt Caswell
2019-01-07Don't complain if we receive the cryptopro extension in the ClientHelloMatt Caswell
2019-01-07doc/man1/x509.pod: fix typoDr. Matthias St. Pierre
2019-01-06Restore compatibility with GOST2001 implementations.Dmitry Belyavskiy
2019-01-06Fix no-sockMatt Caswell
2019-01-06Fix no-cmacMatt Caswell
2019-01-05crypto/evp/e_aes.c: build again on s390xRichard Levitte
2019-01-05crypto/chacha/asm/chacha-s390x.pl: add vx code path.Patrick Steuer
2019-01-05s390x assembly pack: perlasm support.Patrick Steuer
2019-01-04Support _onexit() in preference to atexit() on WindowsMatt Caswell
2019-01-04Introduce a no-pinshared optionMatt Caswell
2019-01-04Test atexit handlersMatt Caswell
2019-01-04Don't link shlibloadtest against libcryptoMatt Caswell
2019-01-04Implement OPENSSL_INIT_NO_ATEXITMatt Caswell