summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 3.1 alpha 1openssl-3.1.0-alpha1Tomas Mraz2022-12-013-4/+4
* make updateTomas Mraz2022-12-013-132/+158
* Update copyright yearTomas Mraz2022-12-01341-342/+342
* NEWS.md: Update with changes from 3.0.7 and major items from 3.1Tomas Mraz2022-12-011-4/+11
* cmp_client_test.c: add tests for OSSL_CMP_CTX_get_statusDr. David von Oheimb2022-11-301-50/+110
* Remove redundant assignment in felem_mul_ref in p521Rohan McLure2022-11-301-1/+0
* doc: fix location of AES-SIV ciphersPauli2022-11-301-2/+2
* Update pyca-cryptography submodule to 38.0.4Nicola Tuveri2022-11-291-0/+0
* Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...Nicola Tuveri2022-11-295-14/+65
* Fix occasional assertion failure when storing propertiesTomas Mraz2022-11-294-27/+51
* Drop incorrect skipping of some evp_test testcases with no-gostTomas Mraz2022-11-281-2/+1
* Add test for EVP_PKEY_Q_keygenTomas Mraz2022-11-251-0/+16
* Fix typos in doc/man3/EVP_EncryptInit.podMarco Abbadini2022-11-251-2/+2
* When using PEM_read_bio_PrivateKey_ex() the public key is optionalTomas Mraz2022-11-251-4/+13
* add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() functionDr. David von Oheimb2022-11-251-0/+2
* add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() functionDr. David von Oheimb2022-11-254-2/+21
* OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVsDr. David von Oheimb2022-11-254-5/+29
* CMP: fix gen_new() in cmp_msg.c checking wrong ITAVsDr. David von Oheimb2022-11-251-2/+1
* Fix typo in openssl-x509.pod.inJan2022-11-251-1/+1
* test/timing_load_creds.c: use OPENSSL_SYS_ macrosRichard Levitte2022-11-241-8/+8
* Disable test/timing_load_creds.c on VMSRichard Levitte2022-11-241-1/+7
* Add SM2 support for EVP_PKEY_Q_keygenJiaxun Yang2022-11-242-2/+3
* CMP: fix handling of unset or missing failInfo PKI status informationDr. David von Oheimb2022-11-243-12/+8
* CMP: fix status held in OSSL_CMP_CTX, in particular for genp messagesDr. David von Oheimb2022-11-249-65/+103
* Add two new build targets to enable the possibility of using clang-cl asEverton Constantino2022-11-244-3/+70
* OSSL_trace_enabled.pod and OSSL_trace_set_channel.pod: improve docDr. David von Oheimb2022-11-232-15/+31
* http_client.c: Dump response on error when tracing is enabledDr. David von Oheimb2022-11-237-16/+64
* c_rehash: Fix file extension matchingTobias Girstmair2022-11-231-1/+1
* Coverity 1515953: negative loop boundPauli2022-11-231-2/+3
* Improve performance of the encoder collectionslontis2022-11-231-29/+51
* optimize ossl_sm4_set_key speedzhangzhilei2022-11-231-13/+24
* Add vpaes-loongarch64.pl module.zhuchen2022-11-233-0/+1016
* Add LoongArch64 cpuid and OPENSSL_loongarchcap_Pzhuchen2022-11-235-0/+155
* nit: fix some pointer comparisonsFdaSilvaYY2022-11-231-11/+11
* apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-11-2314-26/+26
* Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-11-236-45/+45
* crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-11-2320-97/+97
* crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-11-2320-67/+67
* Fixed some grammar and spellingThiago Suchorski2022-11-2311-63/+64
* ERR: replace remnant ECerr() and EVPerr() calls in crypto/Dr. David von Oheimb2022-11-234-7/+7
* apps/speed.c: Lock buffer in memoryJuergen Christ2022-11-232-11/+55
* Add config option for speed commandKan2022-11-232-1/+16
* test/trace_api_test.c: fix gcc error on -Werror=strict-prototypesDr. David von Oheimb2022-11-231-2/+2
* Add tests for trace_api.Daniel Fiala2022-11-234-0/+166
* Fix AES-GCM on Power 8 CPUsTomas Mraz2022-11-232-28/+56
* OSSL_CRYPTO_ALLOC attribute introduction proposal.David Carlier2022-11-232-7/+17
* Fix PROV_RC5_CTX's original structure namePaul Yang2022-11-231-1/+1
* openssl.cnf: split option value and comment and remove leading spacea13460542022-11-232-4/+4
* Cleanup EBCDIC string defintionsTodd Short2022-11-235-158/+74
* Add some API tests for TLSv1.3 record paddingMatt Caswell2022-11-231-0/+122