Skip to main content
Code Review

Return to Answer

replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link

As suggested in this answer this answer are you sure you really need the OpenSS Bio structure, or that could be left to a simpler solution?

As suggested in this answer are you sure you really need the OpenSS Bio structure, or that could be left to a simpler solution?

As suggested in this answer are you sure you really need the OpenSS Bio structure, or that could be left to a simpler solution?

replaced http://codereview.stackexchange.com/ with https://codereview.stackexchange.com/
Source Link

As mentioned in my comment my comment you probably don't need to have copies to interact with the OppenSSL library.
Using the data()members of these container classes directly, may be helpful to avoid that (not sure for the Bio* context though).

As mentioned in my comment you probably don't need to have copies to interact with the OppenSSL library.
Using the data()members of these container classes directly, may be helpful to avoid that (not sure for the Bio* context though).

As mentioned in my comment you probably don't need to have copies to interact with the OppenSSL library.
Using the data()members of these container classes directly, may be helpful to avoid that (not sure for the Bio* context though).

added 2 characters in body
Source Link

and void rawBase64Decode(const std::uint8_t* input, std::size_t inputLen, T& container);

void rawBase64Decode(const std::uint8_t* input, std::size_t inputLen, T& container);

and void rawBase64Decode(const std::uint8_t* input, std::size_t inputLen, T& container);

and

void rawBase64Decode(const std::uint8_t* input, std::size_t inputLen, T& container);
added 220 characters in body
Source Link
Loading
added 220 characters in body
Source Link
Loading
Source Link
Loading
lang-cpp

AltStyle によって変換されたページ (->オリジナル) /