Remove duplicate GENERATE declarations for .pod files
[openssl.git] / crypto /
2021-01-12 Dr. Matthias St... v3_ocsp.c: fix indentation of include directives
2021-01-08 Thomas De Schamphe... replace 'unsigned const char' with 'const unsigned...
2021-01-08 Nicola TuveriAdd SM2 private key range validation
2021-01-08 Billy Brumley[crypto/dh] side channel hardening for computing DH...
2021-01-07 Matt CaswellUpdate copyright year
2021-01-04 Nirbheek Chauhancrypto/win: Don't use disallowed APIs on UWP
2021-01-04 Dr. David von OheimbUpdate copyright years of auto-generated headers (make...
2020-12-31 Matt CaswellOptimise OPENSSL_init_crypto
2020-12-31 Matt CaswellAdd some more CRYPTO_atomic functions
2020-12-30 Matt CaswellDon't call EVP_CIPHER_CTX_block_size() to find the...
2020-12-24 Matt CaswellOptimise OPENSSL_init_crypto to not need a lock when...
2020-12-23 Matt CaswellCache Digest constants
2020-12-23 Matt CaswellMove the caching of cipher constants into evp_cipher_fr...
2020-12-21 Ingo SchwarzeFix NULL pointer access caused by X509_ATTRIBUTE_create()
2020-12-21 jwalchRestore v2i_AUTHORITY_INFO_ACCESS() behavior
2020-12-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-19 Richard LevitteFix 'no-deprecated'
2020-12-19 Petr GotthardFix OSSL_PARAM creation in OSSL_STORE_open_ex
2020-12-17 Paulidsa: provider and library deprecation changes
2020-12-17 Richard LevitteEVP: Fix memory leak in EVP_PKEY_CTX_dup()
2020-12-17 Richard LevitteCORE: Separate OSSL_PROVIDER activation from OSSL_PROVI...
2020-12-17 Richard LevitteDECODER: Adjust the library context of keys in our...
2020-12-17 Richard LevitteMSBLOB & PVK: Make it possible to write EVP_PKEYs with...
2020-12-17 Richard LevitteDECODER EVP_PKEY: Don't store all the EVP_KEYMGMTs
2020-12-16 Richard LevitteDrop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DS...
2020-12-16 Richard LevitteEVP_PKEY & EC_KEY: Make EC EVP_PKEY_CTX parameter ctrls...
2020-12-16 Richard LevitteEVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls...
2020-12-16 Richard LevitteEVP_PKEY & DSA: move dsa_ctrl.c to be included only...
2020-12-15 Rich SalzDeprecate OCSP_REQ_CTX_set1_req
2020-12-14 Shane LontisFix Segfault in EVP_PKEY_CTX_dup when the ctx has an...
2020-12-14 Matt CaswellFix no-threads
2020-12-13 Richard LevittePEM: Unlock MSBLOB and PVK functions from 'no-dsa'...
2020-12-12 Pauliparams: allow more variations in integer conversions.
2020-12-10 Dr. David von Oheimbopenssl_hexstr2buf_sep(): Prevent misleading 'malloc...
2020-12-10 Dr. David von Oheimbv2i_AUTHORITY_KEYID(): Correct out-of-memory behavior...
2020-12-10 Dr. David von OheimbX509V3_EXT_add_nconf_sk(): Improve description and...
2020-12-10 Dr. David von Oheimbx509v3_config.pod: Clarify semantics of subjectKeyIdent...
2020-12-09 Fangming.FangRead MIDR_EL1 system register on aarch64
2020-12-09 Paulirand: allow seed-src to be missing
2020-12-09 PauliFix error clash in build
2020-12-09 Paulirand: add a provider side seed source.
2020-12-08 Richard LevitteEVP: Add EVP_PKEY_get_group_name() to extract the group...
2020-12-08 Richard LevitteEVP: constify the EVP_PKEY_get_*_param() argument ...
2020-12-08 David CarlierAdd MAP_CONCEAL from OpenBSD which has similar purpose...
2020-12-08 David CarlierCRYPTO_secure_malloc_init: Add FreeBSD support for...
2020-12-08 Daniel BeveniusSTORE: clear err after ossl_store_get0_loader_int
2020-12-08 Matt CaswellFix no-err
2020-12-08 Matt CaswellComplain if we are attempting to encode with an invalid...
2020-12-08 Matt CaswellCheck that multi-strings/CHOICE types don't use implici...
2020-12-08 Matt CaswellCorrectly compare EdiPartyName in GENERAL_NAME_cmp()
2020-12-08 Matt CaswellDirectoryString is a CHOICE type and therefore uses...
2020-12-07 Shane LontisDeprecate EC_POINT_bn2point and EC_POINT_point2bn.
2020-12-07 Shane LontisChange OPENSSL_hexstr2buf_ex() & OPENSSL_buf2hexstr_ex...
2020-12-05 Richard LevittePEM: Add a more generic way to implement PEM _ex functi...
2020-12-05 Richard LevitteEVP: Adjust EVP_PKEY_size(), EVP_PKEY_bits() and EVP_PK...
2020-12-05 Richard LevitteDSA: Make DSA_bits() and DSA_size() check that there...
2020-12-04 Dr. David von Oheimbx509_vfy.c: Improve comments (correcting typos etc.)
2020-12-03 Shane LontisFix EVP_PKEY_CTX propq so that it uses a copy
2020-12-03 Shane Lontisfix x509_PUBKEY propq so that it uses a copy
2020-12-03 Shane LontisFix x509_crl propq so that it uses a copy
2020-12-03 Shane LontisFix X509 propq so it does not use references
2020-12-03 Dr. David von Oheimbx509_vfy.c: Restore rejection of expired trusted (root...
2020-12-03 Pauliremove unused initialisations
2020-12-03 Pauliremove unused assignments
2020-12-03 Pauliremove unused return value assignments
2020-12-02 Richard LevitteAdapt everything else to the updated OSSL_ENCODER_CTX_n...
2020-12-02 Richard LevitteENCODER: Don't pass libctx to OSSL_ENCODER_CTX_new_by_E...
2020-12-02 Ankita Shettycmp_client.c: Fix indentation and remove empty line
2020-12-02 Ankita Shettycmp_client.c: Remove dead code of variable 'txt' in...
2020-12-02 Matt CaswellDon't Overflow when printing Thawte Strong Extranet...
2020-12-02 Shane LontisAdd EVP_KDF-X942 to the fips module
2020-11-30 Richard LevitteRSA: correct digestinfo_ripemd160_der[]
2020-11-30 Ard Biesheuvelaes/asm/aesv8-armx.pl: avoid 32-bit lane assignment...
2020-11-30 Matt CaswellFix instances of pointer addition with the NULL pointer
2020-11-28 Richard LevitteERR: drop err_delete_thread_state() TODO marker
2020-11-28 Richard LevitteERR: Drop or deprecate dangerous or overly confusing...
2020-11-27 Dr. David von OheimbX509_dup: fix copying of libctx and propq using new...
2020-11-27 Richard LevitteEVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls...
2020-11-27 ihsinmeUpdate bio_ok.c
2020-11-27 Matt CaswellDeprecate more DH functions
2020-11-27 Matt CaswellDeprecate EVP_PKEY_assign_DH and other similar macros
2020-11-27 Matt CaswellDeprecate DH_new as well as i2d_DHparams and d2i_DHparams
2020-11-27 Richard LevitteERR: Restore the similarity of ERR_print_error_cb(...
2020-11-26 Shane LontisFix EVP_CIPHER_CTX_set_padding for legacy path
2020-11-26 Daniel BeveniusEVP: don't touch the lock for evp_pkey_downgrade
2020-11-26 Tomas MrazFix regression in EVP_DigestInit_ex: crash when called...
2020-11-26 Tomas MrazEVP_DigestFinalXOF must not reset the EVP_MD_CTX
2020-11-26 Matt CaswellUpdate copyright year
2020-11-25 Matt CaswellDon't forget the datatype when decoding a PEM file
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-24 Richard LevitteModify the ERR init functions to use the internal ERR...
2020-11-24 Richard LevitteERR: Modify util/mkerr.pl to produce internal err strin...
2020-11-24 Petr GotthardFix double-free in decoder_pkey.c
2020-11-22 Ankita Shettyx509_vfy.c: Remove superfluous assignment to 'ret'...
2020-11-20 Dr. David von Oheimbossl_cmp_certreq_new(): Fix POPO key mismatch in case...
2020-11-20 Dr. David von OheimbCMP: prevent misleading PKIStatusInfo output if not...
2020-11-19 Pauliprov: move the entropy source out of the FIPS provider
2020-11-19 Paulirand: move the entropy source out of the FIPS provider
2020-11-19 Paulidoc: Documentation changes for moving the entropy sourc...
2020-11-19 Matt CaswellAllow multiple nested marks
next