openssl fipsinstall: fix cosmetic wart
[openssl.git] / providers / baseprov.c
2023-09-27 Paulifips: use seed source requested
2023-09-07 Matt CaswellCopyright year updates
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2022-11-23 FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2021-04-08 Matt CaswellUpdate copyright year
2021-03-18 Shane LontisFix misc external ossl_ symbols.
2020-11-11 Richard LevittePROV: Re-implement all the keypair encoders
2020-11-11 Richard LevittePROV: Re-implement all the keypair decoders
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-29 Pauliprov: prefix provider internal functions with ossl_
2020-09-20 Richard LevitteENCODER: Refactor our provider encoder implementations
2020-09-12 Pauliprovider: add an 'is_running' call to all providers.
2020-09-09 Jon SpillettFix up issue on AIX caused by broken compiler handling...
2020-09-03 Richard LevitteSTORE: Add a built-in 'file:' storemgmt implementation...
2020-09-03 Jon SpillettAvoid AIX compiler issue by making the macro argument...
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-07-30 Paulideserialisation: add deserialisation to the base provider
2020-07-30 Pauliserialisation: Add a built-in base provider.