| Commit message (Expand) | Author | Age | Files | Lines |
* | util/mktar.pl: Change 'VERSION' to 'VERSION.dat' | Richard Levitte | 2020-07-16 | 1 | -1/+1 |
* | Revert "kdf: make function naming consistent." | Matt Caswell | 2020-07-16 | 1 | -6/+6 |
* | Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC... | Matt Caswell | 2020-07-16 | 1 | -6/+6 |
* | libcrypto.num: engine deprecation updates | Pauli | 2020-07-16 | 1 | -121/+121 |
* | Add SSL_get[01]_peer_certificate() | Todd Short | 2020-07-16 | 2 | -1/+4 |
* | DRBG: rename the DRBG taxonomy. | Pauli | 2020-07-14 | 1 | -1/+1 |
* | util/markdownlint.rb: Add two rule exceptions: MD023 and MD026 | Dr. David von Oheimb | 2020-07-05 | 1 | -0/+2 |
* | Fix typos and repeated words | Gustaf Neumann | 2020-07-05 | 1 | -0/+1 |
* | Configuration and build: Fix solaris tags | Richard Levitte | 2020-07-04 | 1 | -0/+1 |
* | util/perl/OpenSSL/config.pm: Fix /armv[7-9].*-.*-linux2/ | Richard Levitte | 2020-07-04 | 1 | -1/+0 |
* | util/perl/OpenSSL/config.pm: move misplaced Windows and VMS entries | Richard Levitte | 2020-07-04 | 1 | -12/+14 |
* | Add X509_self_signed(), extending and improving documenation and tests | Dr. David von Oheimb | 2020-07-01 | 1 | -0/+1 |
* | util/perl/OpenSSL/config.pm: refactor guess_system() | Richard Levitte | 2020-06-28 | 1 | -105/+103 |
* | util/perl/OpenSSL/config.pm: remove expand() and use eval | Richard Levitte | 2020-06-28 | 1 | -10/+3 |
* | util/perl/OpenSSL/config.pm: refactor map_guess() | Richard Levitte | 2020-06-28 | 1 | -382/+400 |
* | util/perl/OpenSSL/config.pm, Configure: move check of target with compiler | Richard Levitte | 2020-06-28 | 1 | -18/+0 |
* | util/perl/OpenSSL/config.pm: Rework determining compiler information | Richard Levitte | 2020-06-28 | 1 | -70/+183 |
* | Remove OpenSSL::config::main(), it's not necessary | Richard Levitte | 2020-06-28 | 1 | -81/+0 |
* | util/perl/OpenSSL/config.pm: Prefer POSIX::uname() over piping the command | Richard Levitte | 2020-06-28 | 1 | -20/+17 |
* | util/perl/OpenSSL/config.pm: Don't detect removed directories in | Richard Levitte | 2020-06-28 | 1 | -13/+0 |
* | Initial rewrite of config as a Perl module | Rich Salz | 2020-06-28 | 1 | -0/+922 |
* | CORE: Add OPENSSL_CTX_set0_default(), to set a default library context | Richard Levitte | 2020-06-28 | 1 | -0/+1 |
* | evp_rand: documentation | Pauli | 2020-06-24 | 1 | -0/+5 |
* | params: add OSSL_PARAM helpers for time_t. | Pauli | 2020-06-24 | 1 | -0/+4 |
* | rand: core APIs for provider friendly random. | Pauli | 2020-06-24 | 1 | -3/+30 |
* | Missing documentation missing, let's note that down | Richard Levitte | 2020-06-22 | 1 | -0/+5 |
* | util/find-doc-nits: Modernise printem() | Richard Levitte | 2020-06-22 | 1 | -11/+4 |
* | util/find-doc-nits: Do not read "missing" files when -u is given | Richard Levitte | 2020-06-22 | 1 | -1/+1 |
* | Fix CMP -days option range checking and test failing with enable-ubsan | Dr. David von Oheimb | 2020-06-22 | 1 | -1/+1 |
* | Add more complete support for libctx/propq in the EC code | Matt Caswell | 2020-06-19 | 1 | -3/+6 |
* | Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more generic | Matt Caswell | 2020-06-19 | 1 | -2/+2 |
* | Add the OSSL_PROVIDER_get_capabilities() API function | Matt Caswell | 2020-06-19 | 1 | -0/+1 |
* | Remove whitespace from 'white space' | haykam821 | 2020-06-19 | 1 | -1/+1 |
* | Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docs | Dr. David von Oheimb | 2020-06-16 | 1 | -1/+1 |
* | The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_* | Pauli | 2020-06-11 | 1 | -6/+6 |
* | kdf: make function naming consistent. | Pauli | 2020-06-11 | 1 | -6/+6 |
* | run_tests.pl: Add options for focussing output on failed (sub-)tests | Dr. David von Oheimb | 2020-06-10 | 1 | -0/+2 |
* | Implement OSSL_PROVIDER_get0_provider_ctx() | Matt Caswell | 2020-06-05 | 1 | -0/+1 |
* | Enable applications to directly call a provider's query operation | Matt Caswell | 2020-06-05 | 1 | -0/+1 |
* | Move EC_METHOD to internal-only | Billy Brumley | 2020-06-02 | 1 | -12/+12 |
* | undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locations | Tim Hudson | 2020-06-01 | 2 | -2/+2 |
* | DOCS: add openssl-core_numbers.h(7) | Richard Levitte | 2020-05-29 | 1 | -1/+0 |
* | util/mkpod2html.pl: Fix unbalanced quotes | Richard Levitte | 2020-05-28 | 1 | -1/+1 |
* | Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P... | Dr. David von Oheimb | 2020-05-27 | 1 | -2/+4 |
* | Fix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey.c, rename, export, and do... | Dr. David von Oheimb | 2020-05-26 | 1 | -0/+1 |
* | Move decl of OSSL_CRMF_CERTID_dup from {crmf,cmp}_local.h to include/openssl/... | Dr. David von Oheimb | 2020-05-24 | 1 | -0/+1 |
* | deprecate EC_POINT_make_affine and EC_POINTs_make_affine | Billy Brumley | 2020-05-20 | 1 | -2/+2 |
* | Add OSSL_PROVIDER_do_all() | Richard Levitte | 2020-05-20 | 1 | -0/+1 |
* | deprecate EC precomputation functionality | Billy Brumley | 2020-05-19 | 1 | -3/+3 |
* | Fix small documentation issues | Nikolay Morozov | 2020-05-18 | 1 | -2/+0 |