summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-11-12Reinstate the KDF error macrosRichard Levitte
2019-11-11Fix cut'n'paste typos in the provider-digest podDmitry Belyavskiy
2019-11-11Fix misspelled resumption_label for CHARSET_EBCDICIdo Ben-Natan
2019-11-11Fix no-dsaMatt Caswell
2019-11-11Add rc4_hmac_md5 cipher to default providerShane Lontis
2019-11-10Fix L<xxx(1)> links to be L<openssl-xxx(1)>Rich Salz
2019-11-10Workaround for Windows-based GOST implementationsDmitry Belyavskiy
2019-11-10Rename providers/common/provlib.c to nid_to_name.cRichard Levitte
2019-11-10Final cleanup after move to leaner EVP_PKEY methodsRichard Levitte
2019-11-10Configuration: make Solaris builds with gcc recognise GNU ldRichard Levitte
2019-11-10bss_dgram.c: fix unaligned accessPatrick Steuer
2019-11-09RSA generation: Use more bits of 1/sqrt(2)Kurt Roeckx
2019-11-09Fix a -Warray-bounds gcc warning in OPENSSL_DIR_readBernd Edlinger
2019-11-09conf_def.c: Avoid calling strlen() in a loopraniervf
2019-11-08Cleanup include/openssl/opensslv.h.inRichard Levitte
2019-11-08Add ssl_ctx_test to test suite.Rich Salz
2019-11-08Add AES SIV ciphers to default providerShane Lontis
2019-11-07Refactor PEM_read_bio_{PrivateKey,Parameters,DHparams}Richard Levitte
2019-11-08Add "sections" to -help outputRich Salz
2019-11-07Add a test for EVP_PKEY_keymake() and EVP_PKEY_make()Richard Levitte
2019-11-07Add EVP functionality to create domain params and keys by user dataRichard Levitte
2019-11-07Update INSTALL to document the changed '--api' and 'no-deprecated'Richard Levitte
2019-11-07include/openssl/asn1.h: Remove version dependent inclusion of <openssl/bn.h>Richard Levitte
2019-11-07Update the check surround the BN_zero() implementationRichard Levitte
2019-11-07Update some inclusions of <openssl/macros.h>Richard Levitte
2019-11-07include/openssl/opensslconf.h.in: remove spurious HEADER_FILE_H definitionRichard Levitte
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-11-07Change the logic and behaviour surrounding '--api' and 'no-deprecated'Richard Levitte
2019-11-06Strip much out of ssl.podRich Salz
2019-11-06Add L<ssl(7)> to all SSL pagesRich Salz
2019-11-06Remove outdated info from man7/sslRich Salz
2019-11-06Test EVP_get_[digest|cipher]byname() use the namemapMatt Caswell
2019-11-06Ensure EVP_get_digestbyname() and EVP_get_cipherbyname() know all aliasesMatt Caswell
2019-11-05test/recipes/02-test_ordinals.t: Take '?' and '?+' into accountRichard Levitte
2019-11-05util/mknum.pl: output stats on unassigned symbolsRichard Levitte
2019-11-05util/mknum.pl: Call OpenSSL::Ordinals::renumber() for real releasesRichard Levitte
2019-11-05util/mkdef.pl: writer_VMS(): handle symbols with no assigned numberRichard Levitte
2019-11-05OpenSSL::Ordinals: when validating, collect statistics on unassigned symsRichard Levitte
2019-11-05OpenSSL::Ordinals: add a renumber() function, to assign unassigned symbolsRichard Levitte
2019-11-05OpenSSL::Ordinals: Handle symbols with unassigned ordinal numbersRichard Levitte
2019-11-05util/*.num: deassign ordinal numbers from new symbolsRichard Levitte
2019-11-05Minimal adaptation of tests back to how it was beforeRichard Levitte
2019-11-05EVP: Make the SIGNATURE implementation leanerRichard Levitte
2019-11-05EVP: Make the KEYEXCH implementation leanerRichard Levitte
2019-11-05s390x assembly pack: process x25519 and x448 non-canonical valuesPatrick Steuer
2019-11-05Add self-generated test vector for x448 non-canonical valuesPatrick Steuer
2019-11-05s390x assembly pack: fix x448 handling of non-canonical valuesPatrick Steuer
2019-11-05s390x assembly pack: perlasm module updatePatrick Steuer
2019-11-04Don't assume the type we read was the type we expectedMatt Caswell