Fix typo in CONTRIBUTING.md
[openssl.git] / crypto / x509 / v3_addr.c
2024-04-12 Tomas Mrazmake_addressPrefix(): Fix a memory leak in error case
2024-04-09 Richard LevitteCopyright year updates
2024-01-05 Neil HormanValidate config options during x509 extension creation
2023-12-19 Vikas VermaUpdate IPAddressOrRange_cmp function to handle switch...
2023-10-19 Tomas MrazDo not include crypto/asn1.h from internal/cryptlib.h
2023-09-07 Matt CaswellCopyright year updates
2023-05-01 Paulix509: sort stacks before finds
2022-11-21 slontisFix coverity issues in X509v3_addr
2022-11-16 Graham WoodwardCatch incorrect IPAddressFamily lengths
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-07-22 Matt CaswellFix a crash in v2i_IPAddrBlocks()
2022-07-19 Dr. David von Oheimbcrypto/x509/v3_addr.c: fix style nits reported by check...
2022-07-19 Dr. David von Oheimblibcrypto refactoring: introduce and use ossl_asn1_stri...
2022-06-28 Matt CaswellFix range_should_be_prefix() to actually return the...
2022-05-26 Peiwei HuFix check of dtls1_process_record
2021-06-02 Paulix509: remove TODOs
2021-04-08 Matt CaswellUpdate copyright year
2021-03-18 Shane LontisAdd ossl_v3 symbols
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-09-13 Matt CaswellIgnore unused return values from some sk_*() macros
2020-09-13 Matt CaswellFix safestack issues in conf.h
2020-09-13 Matt CaswellFix safestack issues in x509v3.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-08-04 Dr. David von OheimbCorrect confusing X509V3 conf error output by removing...
2020-05-15 Matt CaswellUpdate copyright year
2020-05-05 Dr. David von OheimbStrengthen X509_STORE_CTX_print_verify_cb() to print...
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2019-10-17 Richard LevitteRename internal function name_cmp() to v3_name_cmp()
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-05-29 Richard LevitteJoin the x509 and x509v3 directories