summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 3.0 alpha 17openssl-3.0.0-alpha17Matt Caswell2021-05-203-4/+4
* make updateMatt Caswell2021-05-202-15/+15
* Update copyright yearMatt Caswell2021-05-2070-71/+71
* EVP: Modify EVP_PKEY_export() to handle legacy EVP_PKEYsRichard Levitte2021-05-201-0/+35
* Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importerRichard Levitte2021-05-207-23/+26
* test/evp_extra_test2.c: Try EVP_PKEY_export() with a legacy RSA keyRichard Levitte2021-05-201-7/+33
* Refer to the migration guide rather than the wiki in our announcementsMatt Caswell2021-05-202-6/+6
* Create symlinks when installing man pagesMatt Caswell2021-05-202-1/+57
* app: add a -store_loaders option to list.Pauli2021-05-202-1/+69
* Complete 'no-sock' guards in apps/ocsp.cRichard Levitte2021-05-201-0/+8
* Update documentation for global properties mirroringMatt Caswell2021-05-203-8/+20
* Ensure mirroring of properties works for subsequent updatesMatt Caswell2021-05-207-17/+101
* Documentation updates for mirroring of global propertiesMatt Caswell2021-05-202-0/+62
* Test that properties are mirrored as we expectMatt Caswell2021-05-203-4/+41
* Add a callback for providers to know about global properties changesMatt Caswell2021-05-206-3/+92
* Add a test for converting a property list to a stringMatt Caswell2021-05-201-0/+56
* Implement the ability to convert a PROPERTY_LIST to a stringMatt Caswell2021-05-206-2/+197
* todo: remove TODO(3.0) from the sources.Pauli2021-05-207-29/+0
* Test d2i_PrivateKey_bio() does not add errors to stack when decoding a X25519...Shane Lontis2021-05-201-10/+33
* Revert "ARM assembly pack: translate bit-sliced AES implementation to AArch64"Pauli2021-05-202-2341/+2
* Add migration guide for 3.0Shane Lontis2021-05-2011-1065/+2351
* Update SSL_new_session_ticket() manual for triggered sendBenjamin Kaduk2021-05-191-11/+16
* Test new SSL_new_session_ticket() functionalityBenjamin Kaduk2021-05-191-3/+23
* Let SSL_new_session_ticket() enter init immediatelyBenjamin Kaduk2021-05-191-1/+5
* danetest.c: Improve code formattingDr. David von Oheimb2021-05-192-24/+22
* X509_STORE_CTX_get1_issuer(): Simplify code, reducing risk of failureDr. David von Oheimb2021-05-193-15/+22
* X509 build_chain(): Fix two potential memory leaks on issuer variableDr. David von Oheimb2021-05-191-6/+8
* X509 build_chain(): Make the variable 'curr' local to the loop bodyDr. David von Oheimb2021-05-191-9/+4
* X509 build_chain(): Rename variable 'depth' to 'max_depth'Dr. David von Oheimb2021-05-191-7/+7
* X509 build_chain(): Restrict scope of 'self_signed' variableDr. David von Oheimb2021-05-191-10/+9
* Make apps/progs.pl not look at apps/progs.cRichard Levitte2021-05-192-3/+9
* build.info: Make it possible to set attributes on SOURCE / SHARED_SOURCE stmtsRichard Levitte2021-05-192-10/+57
* speed: Document the deficiencies of the commandTomas Mraz2021-05-191-3/+13
* 80-test_cms.t: Disable new tests for binary input in WindowsDr. David von Oheimb2021-05-191-0/+1
* apps/list: Remove obsolete -missing-help optionDr. David von Oheimb2021-05-192-33/+1
* find-doc-nits -c: Fix handling in case expected helpstr is not foundDr. David von Oheimb2021-05-191-1/+2
* unix-Makefile.tmpl and ci.yml: Merge cmd-nits into doc-nitsDr. David von Oheimb2021-05-193-10/+5
* Add bounds checking to length returned by wcslen in wide_to_asc conversion to...Jake Cooke2021-05-191-1/+10
* Make sure to include "crypto/ctype.h" to get ossl_isdigit()Richard Levitte2021-05-192-0/+2
* Make sure to include "internal/numbers.h" to get SIZE_MAXRichard Levitte2021-05-193-0/+3
* Fix crypto/bio/b_sock.c for VMSRichard Levitte2021-05-191-4/+8
* Fix include/internal/sockets.h for VMSRichard Levitte2021-05-191-1/+2
* Fix include/openssl/e_os2.h for VMSRichard Levitte2021-05-191-2/+2
* Tweak apps/build.info for VMSRichard Levitte2021-05-191-2/+2
* VMS need to build DSO with name shortening, because of provider codeRichard Levitte2021-05-191-4/+6
* Configurations/descrip.mms.tmpl: Add another inclusion hackRichard Levitte2021-05-191-0/+13
* Configurations/descrip.mms.tmpl: Change strategy for include directoriesRichard Levitte2021-05-192-73/+102
* Thrown away all special descrip.mms variablesRichard Levitte2021-05-191-172/+159
* Fix configdata.pm.in's "use lib" for VMSRichard Levitte2021-05-191-5/+29
* Fix The VMS variant of platform->staticname()Richard Levitte2021-05-191-1/+2